rust-llm-bin
LOW
maintainer imjiaoyuan
0 votes
scanned 2026-09-01 07:47:32.184737
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: imjiaoyuan <imjiaoyuan@gmail.com>
2
3
pkgname=rust-llm-bin
4
_pkgname=llm
5
pkgver=0.1.0
6
pkgrel=1
7
pkgdesc='Terminal-first AI hub in Rust for prompting, chat, templates, embeddings and dev workflows'
8
arch=('x86_64' 'aarch64')
9
url='https://github.com/imjiaoyuan/llm'
10
license=('MIT')
11
depends=()
12
provides=("${_pkgname}=${pkgver}")
13
conflicts=('llm' 'llm-bin' 'llm-git' 'rust-llm')
14
options=('!strip' '!debug')
15
source=(
16
"LICENSE::https://raw.githubusercontent.com/imjiaoyuan/llm/main/LICENSE"
17
)
18
source_x86_64=(
19
"llm-x86_64.tar.gz::${url}/releases/download/v${pkgver}/llm-x86_64-unknown-linux-musl.tar.gz"
20
)
21
source_aarch64=(
22
"llm-aarch64.tar.gz::${url}/releases/download/v${pkgver}/llm-aarch64-unknown-linux-musl.tar.gz"
23
)
24
sha256sums=('b0adbc31ae0c3ab64ae21504359ba5e70f29886a559c99a79fb5cba762de670c')
25
sha256sums_x86_64=('19f0b5d1b5114a1379a1dd2ea99c2b5c26608dca6d11d48ee0daa0e1925bc99f')
26
sha256sums_aarch64=('ba8bf0b06ac1dc17a042a5e41b579c7463601d7329c7477076786594841b2f14')
27
28
# Upstream ships a static-pie (musl) single binary, so there are no runtime
29
# shared-library dependencies and no build step. The release tarball contains
30
# one file (llm); the LICENSE is fetched separately from the repo.
31
32
package() {
33
install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
34
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-01 07:47:32 | Low | 1 |