rust-llm-bin

LOW
maintainer imjiaoyuan 0 votes scanned 2026-09-01 07:47:32.184737
View on AUR
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
3pkgname=rust-llm-bin
4_pkgname=llm
5pkgver=0.1.0
6pkgrel=1
7pkgdesc='Terminal-first AI hub in Rust for prompting, chat, templates, embeddings and dev workflows'
8arch=('x86_64' 'aarch64')
9url='https://github.com/imjiaoyuan/llm'
10license=('MIT')
11depends=()
12provides=("${_pkgname}=${pkgver}")
13conflicts=('llm' 'llm-bin' 'llm-git' 'rust-llm')
14options=('!strip' '!debug')
15source=(
16 "LICENSE::https://raw.githubusercontent.com/imjiaoyuan/llm/main/LICENSE"
17)
18source_x86_64=(
19 "llm-x86_64.tar.gz::${url}/releases/download/v${pkgver}/llm-x86_64-unknown-linux-musl.tar.gz"
20)
21source_aarch64=(
22 "llm-aarch64.tar.gz::${url}/releases/download/v${pkgver}/llm-aarch64-unknown-linux-musl.tar.gz"
23)
24sha256sums=('b0adbc31ae0c3ab64ae21504359ba5e70f29886a559c99a79fb5cba762de670c')
25sha256sums_x86_64=('19f0b5d1b5114a1379a1dd2ea99c2b5c26608dca6d11d48ee0daa0e1925bc99f')
26sha256sums_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
32package() {
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)SeverityRules
2026-09-01 07:47:32 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion