mididash-bin

LOW
maintainer Sighthesia 0 votes scanned 2026-09-22 05:36:56.274624
View on AUR
Why flagged

The package installs a prebuilt binary from the project's official GitHub release, which is a normal practice for AUR packages; the source is verifiable and the checksums are provided, making it low risk despite the binary being distributed via a .deb file.

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 installs a prebuilt binary from the project's official GitHub release, which is a normal practice for AUR packages; the source is verifiable and the checksums are provided, making it low risk despite the binary being distributed via a .deb file.

PKGBUILD

1# Maintainer: Sighthesia <sighthesia@qq.com>
2pkgname=mididash-bin
3pkgver=0.4.3
4pkgrel=1
5pkgdesc="MIDI router with Lua scripting and a node based interface"
6arch=('x86_64')
7url="https://github.com/tiagolr/mididash"
8license=('GPL-3.0-only')
9provides=('mididash')
10conflicts=('mididash')
11options=('!debug')
12depends=(
13 'alsa-lib'
14 'gcc-libs'
15 'glibc'
16 'gtk3'
17 'hicolor-icon-theme'
18 'libayatana-appindicator'
19 'webkit2gtk-4.1'
20)
21source=(
22 "Mididash_${pkgver}_amd64.deb::https://github.com/tiagolr/mididash/releases/download/v0.4.3/Mididash_0.4.3_amd64.deb"
23 "LICENSE::https://raw.githubusercontent.com/tiagolr/mididash/master/LICENSE"
24)
25sha256sums=(
26 'a4fed93a4dd45e248a1cfec518aa0f1c083f4a270912ed17e24b3e78260a0ba3'
27 '3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986'
28)
29
30package() {
31 # 解包 deb(data.tar.gz)
32 bsdtar -xf "${srcdir}/Mididash_${pkgver}_amd64.deb" -C "${srcdir}"
33 bsdtar -xf "${srcdir}/data.tar.gz" -C "${srcdir}"
34
35 # 安装主程序、desktop、图标(参考上游 deb 目录结构)
36 install -dm755 "${pkgdir}/usr"
37 cp -a "${srcdir}/usr/bin" "${pkgdir}/usr/"
38 cp -a "${srcdir}/usr/share" "${pkgdir}/usr/"
39
40 # 统一小写命令入口,保留原大写二进制兼容
41 ln -s Mididash "${pkgdir}/usr/bin/mididash"
42
43 # 修复上游 desktop 空 Categories,namcap 会报警告
44 sed -i 's/^Categories=$/Categories=AudioVideo;Audio;/' "${pkgdir}/usr/share/applications/Mididash.desktop"
45
46 install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
47}
48

Scan history

Scanned at (UTC)SeverityRules
2026-09-22 05:36:56 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