appimg-bin

LOW
maintainer MrGilfy 0 votes scanned 2026-08-31 21:46:19.858046
View on AUR
Why flagged

The package downloads a prebuilt binary from the project's own GitHub release page, which is a normal distribution method for self-contained tools; the low severity is due to the unverifiable binary release despite otherwise legitimate sourcing.

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt binary from the project's own GitHub release page, which is a normal distribution method for self-contained tools; the low severity is due to the unverifiable binary release despite otherwise legitimate sourcing.

PKGBUILD

1# Maintainer: MrGilfy <MrGilfy@users.noreply.github.com>
2
3pkgname=appimg-bin
4_pkgname=appimg
5pkgver=0.1.1
6pkgrel=2
7pkgdesc="Install, update and remove AppImages as proper desktop applications (prebuilt binary)"
8arch=('x86_64')
9url="https://github.com/MrGilfy/appimg"
10license=('MIT')
11options=('!debug' '!strip')
12provides=("$_pkgname=$pkgver")
13conflicts=("$_pkgname")
14optdepends=('fuse2: needed by most AppImages at runtime'
15 'appimageupdatetool: delta updates via zsync'
16 'desktop-file-utils: desktop database updates'
17 'gtk-update-icon-cache: icon cache updates')
18source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/appimg-$pkgver-$CARCH-linux-musl.tar.gz")
19sha256sums=('4424dfebfd1da078f49341d02c38f3e244aed5f8995d74a96710a9801f0c83b7')
20
21package() {
22 cd "appimg-$pkgver-$CARCH-linux-musl"
23
24 install -Dm0755 -t "$pkgdir/usr/bin/" appimg
25 install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
26 install -Dm0644 -t "$pkgdir/usr/share/man/man1/" man/appimg.1
27 install -Dm0644 completions/appimg.fish \
28 "$pkgdir/usr/share/fish/vendor_completions.d/appimg.fish"
29 install -Dm0644 completions/appimg.bash \
30 "$pkgdir/usr/share/bash-completion/completions/appimg"
31 install -Dm0644 completions/_appimg \
32 "$pkgdir/usr/share/zsh/site-functions/_appimg"
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-08-31 21:46:19 Low 2

Report a package

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

0 / 4000
Your suggestion