Search Criteria
Package Details: air-git 0.6.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/air-git.git (read-only, click to copy) |
---|---|
Package Base: | air-git |
Description: | A simple ChatGPT & Llama-cpp command line with ansi markdown display (written in Rust) |
Upstream URL: | https://github.com/alescdb/air.git |
Licenses: | Apache |
Conflicts: | aid |
Provides: | air |
Submitter: | alesc |
Maintainer: | None |
Last Packager: | alesc |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-01-01 11:07 (UTC) |
Last Updated: | 2024-01-27 12:56 (UTC) |
Dependencies (2)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup) (make)
Latest Comments
dreieck commented on 2024-03-26 19:53 (UTC)
Please add
options+=('!lto')
. Otherwise build fails while linking in environments where LTO is enabled by default:Regards!
dreieck commented on 2024-03-26 19:51 (UTC) (edited on 2024-03-26 19:51 (UTC) by dreieck)
This is a
-git
package.You must write a proper
pkgver()
function that guarantees strongly monotoneously increasing$pkgver
with each upstream commit.Regards and thanks for maintaining!
dreieck commented on 2024-03-26 19:50 (UTC)
Please move the rust download stuff out from
build()
intoprepare()
so that build can work offline.Thanks for maintaining!
dreieck commented on 2024-03-26 19:49 (UTC)
.git
suffix from$url
(but not from thesource
entry).aid
toair
in theconflicts
array.Regards!