shuvarie-bin

LOW
maintainer chardoncs 0 votes scanned 2026-09-17 05:24:46.293726
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: Charles Dong <chardon_cs@proton.me>
2
3pkgname=shuvarie-bin
4pkgver=0.1.0
5pkgrel=4
6epoch=
7pkgdesc="Blazingly fast AI coding TUI for chivalrous people (Binary)"
8arch=("x86_64" "aarch64")
9url="https://shuvarie.org/"
10license=('MIT')
11groups=()
12depends=(glibc)
13makedepends=()
14checkdepends=()
15optdepends=()
16provides=(shuvarie)
17conflicts=(shuvarie)
18replaces=()
19options=()
20install=
21changelog=
22_repourl='https://github.com/shuvarie/shuvarie'
23source_x86_64=(
24 "shuvarie-v${pkgver}.tar.gz::${_repourl}/releases/download/v${pkgver}/shuvarie-${pkgver}-x86_64-unknown-linux-gnu.tar.gz"
25)
26
27source_aarch64=(
28 "shuvarie-v${pkgver}.tar.gz::${_repourl}/releases/download/v${pkgver}/shuvarie-${pkgver}-aarch64-unknown-linux-gnu.tar.gz"
29)
30noextract=()
31sha256sums_x86_64=("c1370cd951424627f01634d77c9b6224de2caad5c2b18aa040466620c71b8cef")
32sha256sums_aarch64=("d80ec5bcef1ede846dce4017136f11bd94782db44e384ab420775c3f7229ef2b")
33validpgpkeys=()
34
35_dirname="shuvarie-$pkgver"
36
37package() {
38 cd $_dirname
39
40 mkdir -p "$pkgdir/usr/bin"
41 install -m755 -t "$pkgdir/usr/bin" ./shuvarie
42
43 mkdir -p "$pkgdir/usr/share/licenses/shuvarie"
44 install -m644 -t "$pkgdir/usr/share/licenses/shuvarie" ./LICENSE
45}
46

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 05:24:46 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