Search Criteria
Package Details: openai-cli 0.3.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openai-cli.git (read-only, click to copy) |
---|---|
Package Base: | openai-cli |
Description: | CLI for the GPT model written in Rust |
Upstream URL: | https://github.com/LevitatingBusinessMan/openai-cli |
Licenses: | MIT |
Submitter: | Levitating |
Maintainer: | Levitating |
Last Packager: | Levitating |
Votes: | 1 |
Popularity: | 0.000428 |
First Submitted: | 2023-03-22 10:34 (UTC) |
Last Updated: | 2023-12-06 02:36 (UTC) |
Dependencies (1)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
Latest Comments
dreieck commented on 2023-03-24 17:27 (UTC)
Ahoj,
You can, it is documented in the Arch Wiki.
It works as follows: Upload the new-named package and submit a merge request on the old-named package.
I don't see it yet.
Thanks for fixing this in the
PKGBUILD
!Thanks for maintaining,
regards!
Levitating commented on 2023-03-24 16:16 (UTC) (edited on 2023-03-24 16:17 (UTC) by Levitating)
Hey @dreieck.
The crate should be build using the nightly toolchain. That's the source of the error. I will update documentation and this package appropriately.
I added git to the dependencies.
I moved the fetching of the dependencies to the prepare function. This should allow the build function to run without internet.
I will look into setting CARGO_HOME to keep the home clean.
Regarding the name, I don't think I can change the name of this package now. But in the feature I will serve compiled binaries on the github releases which this package could use instead.
dreieck commented on 2023-03-24 15:21 (UTC)
Just a note:
When compiling the package, I get the following error:
I have reported this ↗ upstream.
Regards!
dreieck commented on 2023-03-24 14:55 (UTC) (edited on 2023-03-24 15:06 (UTC) by dreieck)
Ahoj,
git
needs to be added tomakedepends
,openai-cli-git
because you use the latest version fromgit
. (And properprovides
- andconflicts
-entries need to be added then.)build()
toprepare()
, so that duringbuild()
no internet access is required?Also, can you make sure that all the stuff is downloaded within
$srcdir
, so that the filesystem/ home directory stays clean? (Using$CARGO_HOME
.)Thanks for maintaining,
regards!