tone3000-bin

LOW
maintainer broken.pipe 0 votes scanned 2026-09-01 17:48:51.913915
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; the low severity is due to the binary nature of the source and recent upload with few votes, but it poses no evident execution of untrusted remote code or malicious behavior.

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; the low severity is due to the binary nature of the source and recent upload with few votes, but it poses no evident execution of untrusted remote code or malicious behavior.

PKGBUILD

1# Maintainer: Markus Hoffmann <broken.pipe>
2
3pkgname=tone3000-bin
4pkgver=0.0.2
5pkgrel=1
6pkgdesc='Standalone and audio plug-ins for playing Neural Amp Modeler captures and impulse responses'
7arch=('x86_64')
8url='https://github.com/tone-3000/tone3000-plugin'
9license=('custom')
10depends=('alsa-lib' 'curl' 'fontconfig' 'freetype2' 'gtk3' 'libx11' 'webkit2gtk-4.1')
11provides=('tone3000-clap' 'tone3000-lv2' 'tone3000-vst3')
12source=("${pkgname}-${pkgver}-linux-x64.zip::https://github.com/tone-3000/tone3000-plugin/releases/download/v${pkgver}/TONE3000-v${pkgver}-linux-x64.zip")
13sha256sums=('fade5434e78a0cfefeb7b13987cd549e169f7c1caf0584eebc1ce1497dac636d')
14
15prepare() {
16 # The release ZIP wraps the actual distribution in a tarball.
17 bsdtar -xzf "${srcdir}/TONE3000-v${pkgver}-linux-x64.tar.gz" -C "${srcdir}"
18}
19
20package() {
21 local _src="${srcdir}/TONE3000-v${pkgver}-linux-x64"
22
23 install -Dm755 "${_src}/TONE3000" "${pkgdir}/usr/bin/TONE3000"
24 install -Dm644 "${_src}/TONE3000.clap" "${pkgdir}/usr/lib/clap/TONE3000.clap"
25 install -Dm644 "${_src}/tone3000.png" \
26 "${pkgdir}/usr/share/icons/hicolor/512x512/apps/tone3000.png"
27
28 install -d "${pkgdir}/usr/lib/lv2"
29 cp -r "${_src}/TONE3000.lv2" "${pkgdir}/usr/lib/lv2/"
30
31 install -d "${pkgdir}/usr/lib/vst3"
32 cp -r "${_src}/TONE3000.vst3" "${pkgdir}/usr/lib/vst3/"
33
34 install -d "${pkgdir}/usr/share/TONE3000/Presets/Factory"
35 install -m644 "${_src}"/factory-presets/*.t3kpreset \
36 "${pkgdir}/usr/share/TONE3000/Presets/Factory/"
37
38 install -Dm644 /dev/stdin "${pkgdir}/usr/share/applications/tone3000.desktop" <<'EOF'
39[Desktop Entry]
40Type=Application
41Name=TONE3000
42Comment=Play NAM captures and impulse responses
43Exec=TONE3000
44Icon=tone3000
45Terminal=false
46Categories=AudioVideo;Audio;Music;
47StartupWMClass=TONE3000
48EOF
49}
50

Scan history

Scanned at (UTC)SeverityRules
2026-09-01 17:48:51 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