tonepush-bin

LOW
maintainer crmne 0 votes scanned 2026-08-30 09:42:21.949430
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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.

PKGBUILD

1# Maintainer: Carmine Paolino <carmine@paolino.me>
2pkgname=tonepush-bin
3pkgver=0.6.0
4pkgrel=1
5pkgdesc="Editor and tone library for Line 6 HX pedals and the StompStation PRO"
6arch=('x86_64' 'aarch64')
7url="https://tonepush.rocks"
8license=('MIT')
9install="${pkgname}.install"
10optdepends=('libgl: for the GUI'
11 'libxkbcommon: for the GUI'
12 'wayland: for the GUI on Wayland'
13 'libx11: for the GUI on X11'
14 'p7zip: extract HX Edit model data from inside the app')
15provides=('tonepush')
16conflicts=('tonepush' 'tonepush-git' 'stompchain')
17options=('!debug' '!strip')
18_repo="https://github.com/crmne/tonepush"
19source_x86_64=("${_repo}/releases/download/v${pkgver}/tonepush-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
20source_aarch64=("${_repo}/releases/download/v${pkgver}/tonepush-v${pkgver}-aarch64-unknown-linux-gnu.tar.gz")
21sha256sums_x86_64=('a81e13379719a1b34f4fa24d09d9c0a5b27ee62b75562460920521b894328891')
22sha256sums_aarch64=('0a09f57a888c441f31cb9c5b7da0196fc3e925922e8fdabb394e91d57065aa64')
23
24package() {
25 local target
26 case "$CARCH" in
27 x86_64) target="x86_64-unknown-linux-gnu" ;;
28 aarch64) target="aarch64-unknown-linux-gnu" ;;
29 esac
30 local dir="${srcdir}/tonepush-v${pkgver}-${target}"
31
32 install -Dm755 "${dir}/tonepush" "${pkgdir}/usr/bin/tonepush"
33 install -Dm755 "${dir}/tonepush-gui" "${pkgdir}/usr/bin/tonepush-gui"
34 install -Dm644 "${dir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
35 install -Dm644 "${dir}/README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
36 install -Dm644 "${dir}/packaging/applications/tonepush.desktop" \
37 "${pkgdir}/usr/share/applications/tonepush.desktop"
38 install -Dm644 "${dir}/packaging/icons/tonepush.svg" \
39 "${pkgdir}/usr/share/icons/hicolor/scalable/apps/tonepush.svg"
40 install -Dm644 "${dir}/packaging/udev/70-line6-hx.rules" \
41 "${pkgdir}/usr/lib/udev/rules.d/70-line6-hx.rules"
42}
43

Scan history

Scanned at (UTC)SeverityRules
2026-08-30 09:42:21 Low 1

Report a package

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

0 / 4000
Your suggestion