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