ferrumkix-bin

LOW
maintainer Bitpainter75 1 votes scanned 2026-09-21 00:26:32.109917
View on AUR
Why flagged

The package is a recent AUR upload with few votes, but it downloads a prebuilt binary from the project's official GitHub release page, which is a common and generally acceptable practice; the binary is installed without modification, and no obfuscated or suspicious scripts are present.

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 90%): The package is a recent AUR upload with few votes, but it downloads a prebuilt binary from the project's official GitHub release page, which is a common and generally acceptable practice; the binary is installed without modification, and no obfuscated or suspicious scripts are present.

PKGBUILD

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

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 00:26:32 Low 2
2026-09-20 23:33: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