ferrumplay-bin

LOW
maintainer Bitpainter75 1 votes scanned 2026-09-11 21:24:02.517890
View on AUR
Why flagged

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

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 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

1pkgname=ferrumplay-bin
2pkgver=0.2.0
3pkgrel=1
4pkgdesc='Desktop music player with album-grouped playlists and Audio CD support'
5arch=('x86_64')
6url='https://github.com/Bitpainter75/FerrumPlay'
7license=('GPL-3.0-only')
8depends=('glibc' 'fontconfig' 'freetype2' 'libx11' 'libxcb' 'libxkbcommon' 'libice' 'libsm' 'mpv')
9provides=('ferrumplay')
10conflicts=('ferrumplay')
11options=('!strip')
12source=("FerrumPlay-${pkgver}-${pkgrel}-linux-x64-aur.zip::https://github.com/Bitpainter75/FerrumPlay/releases/download/${pkgver}/FerrumPlay-${pkgver}-${pkgrel}-linux-x64-aur.zip"
13 'io.github.Bitpainter75.FerrumPlay.desktop' 'io.github.Bitpainter75.FerrumPlay.png')
14noextract=("FerrumPlay-${pkgver}-${pkgrel}-linux-x64-aur.zip")
15sha256sums=('c6d4151cfc08186b2ee211381c97bfa24d851802e4741dcbf758da7b1bf1e956' '6d59170c7e8756fa9bf310bb018a4df24bbd117895d003281dd98f86ca756ebd' 'c20d42ee7a0540237fc93744c125041f160b5e1235cbadd0ff47989c254f7783')
16prepare() { rm -rf "$srcdir/FerrumPlay-${pkgver}"; mkdir -p "$srcdir/FerrumPlay-${pkgver}"; bsdtar -xf "$srcdir/FerrumPlay-${pkgver}-${pkgrel}-linux-x64-aur.zip" -C "$srcdir/FerrumPlay-${pkgver}"; }
17package() {
18 install -dm755 "$pkgdir/opt/ferrumplay" "$pkgdir/usr/bin"
19 cp -a "$srcdir/FerrumPlay-${pkgver}/." "$pkgdir/opt/ferrumplay/"
20 install -Dm644 "$pkgdir/opt/ferrumplay/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
21 install -Dm644 "$pkgdir/opt/ferrumplay/THIRD-PARTY-NOTICES.txt" "$pkgdir/usr/share/licenses/$pkgname/THIRD-PARTY-NOTICES.txt"
22 rm -f "$pkgdir/opt/ferrumplay/"{*.desktop,*.png}; chmod +x "$pkgdir/opt/ferrumplay/FerrumPlay"
23 ln -s /opt/ferrumplay/FerrumPlay "$pkgdir/usr/bin/ferrumplay"
24 install -Dm644 "$srcdir/io.github.Bitpainter75.FerrumPlay.desktop" "$pkgdir/usr/share/applications/io.github.Bitpainter75.FerrumPlay.desktop"
25 install -Dm644 "$srcdir/io.github.Bitpainter75.FerrumPlay.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps/io.github.Bitpainter75.FerrumPlay.png"
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-09-11 21:24:02 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