tonepush-bin
LOW
maintainer crmne
0 votes
scanned 2026-08-30 09:42:21.949430
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>
2
pkgname=tonepush-bin
3
pkgver=0.6.0
4
pkgrel=1
5
pkgdesc="Editor and tone library for Line 6 HX pedals and the StompStation PRO"
6
arch=('x86_64' 'aarch64')
7
url="https://tonepush.rocks"
8
license=('MIT')
9
install="${pkgname}.install"
10
optdepends=('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')
15
provides=('tonepush')
16
conflicts=('tonepush' 'tonepush-git' 'stompchain')
17
options=('!debug' '!strip')
18
_repo="https://github.com/crmne/tonepush"
19
source_x86_64=("${_repo}/releases/download/v${pkgver}/tonepush-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
20
source_aarch64=("${_repo}/releases/download/v${pkgver}/tonepush-v${pkgver}-aarch64-unknown-linux-gnu.tar.gz")
21
sha256sums_x86_64=('a81e13379719a1b34f4fa24d09d9c0a5b27ee62b75562460920521b894328891')
22
sha256sums_aarch64=('0a09f57a888c441f31cb9c5b7da0196fc3e925922e8fdabb394e91d57065aa64')
23
24
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-30 09:42:21 | Low | 1 |