ferrumplay-bin
The package downloads a prebuilt binary from the project's official GitHub releases, which is a common and acceptable practice for AUR packages; while the binary is not built from source, it comes from a trusted project host with verifiable checksums, and no malicious behavior is evident.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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 official GitHub releases, which is a common and acceptable practice for AUR packages; while the binary is not built from source, it comes from a trusted project host with verifiable checksums, and no malicious behavior is evident.
PKGBUILD
pkgname=ferrumplay-bin
pkgver=0.2.0
pkgrel=1
pkgdesc='Desktop music player with album-grouped playlists and Audio CD support'
arch=('x86_64')
url='https://github.com/Bitpainter75/FerrumPlay'
license=('GPL-3.0-only')
depends=('glibc' 'fontconfig' 'freetype2' 'libx11' 'libxcb' 'libxkbcommon' 'libice' 'libsm' 'mpv')
provides=('ferrumplay')
conflicts=('ferrumplay')
options=('!strip')
source=("FerrumPlay-${pkgver}-${pkgrel}-linux-x64-aur.zip::https://github.com/Bitpainter75/FerrumPlay/releases/download/${pkgver}/FerrumPlay-${pkgver}-${pkgrel}-linux-x64-aur.zip"
'io.github.Bitpainter75.FerrumPlay.desktop' 'io.github.Bitpainter75.FerrumPlay.png')
noextract=("FerrumPlay-${pkgver}-${pkgrel}-linux-x64-aur.zip")
sha256sums=('c6d4151cfc08186b2ee211381c97bfa24d851802e4741dcbf758da7b1bf1e956' '6d59170c7e8756fa9bf310bb018a4df24bbd117895d003281dd98f86ca756ebd' 'c20d42ee7a0540237fc93744c125041f160b5e1235cbadd0ff47989c254f7783')
prepare() { rm -rf "$srcdir/FerrumPlay-${pkgver}"; mkdir -p "$srcdir/FerrumPlay-${pkgver}"; bsdtar -xf "$srcdir/FerrumPlay-${pkgver}-${pkgrel}-linux-x64-aur.zip" -C "$srcdir/FerrumPlay-${pkgver}"; }
package() {
install -dm755 "$pkgdir/opt/ferrumplay" "$pkgdir/usr/bin"
cp -a "$srcdir/FerrumPlay-${pkgver}/." "$pkgdir/opt/ferrumplay/"
install -Dm644 "$pkgdir/opt/ferrumplay/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 "$pkgdir/opt/ferrumplay/THIRD-PARTY-NOTICES.txt" "$pkgdir/usr/share/licenses/$pkgname/THIRD-PARTY-NOTICES.txt"
rm -f "$pkgdir/opt/ferrumplay/"{*.desktop,*.png}; chmod +x "$pkgdir/opt/ferrumplay/FerrumPlay"
ln -s /opt/ferrumplay/FerrumPlay "$pkgdir/usr/bin/ferrumplay"
install -Dm644 "$srcdir/io.github.Bitpainter75.FerrumPlay.desktop" "$pkgdir/usr/share/applications/io.github.Bitpainter75.FerrumPlay.desktop"
install -Dm644 "$srcdir/io.github.Bitpainter75.FerrumPlay.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps/io.github.Bitpainter75.FerrumPlay.png"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-11 21:24:02 | Low | 2 |