loopwire-bin
LOW
maintainer sandwiches
0 votes
scanned 2026-09-04 09:57:12.601248
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: Loopwire contributors
2
pkgname=loopwire-bin
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="Linux virtual audio routing workspace"
6
arch=("x86_64" "aarch64")
7
url="https://github.com/sandwichfarm/loopwire"
8
license=("MIT" "Apache-2.0")
9
depends=("webkit2gtk-4.1" "nodejs" "pipewire" "wireplumber")
10
optdepends=(
11
"pipewire-pulse: PulseAudio compatibility"
12
"jack2: JACK bridge diagnostics"
13
"alsa-utils: ALSA diagnostics"
14
)
15
source_x86_64=("loopwire-linux-x86_64.tar.gz::${url}/releases/download/v${pkgver}/loopwire-linux-x86_64.tar.gz")
16
source_aarch64=("loopwire-linux-aarch64.tar.gz::${url}/releases/download/v${pkgver}/loopwire-linux-aarch64.tar.gz")
17
sha256sums_x86_64=("1ade654cfc8a6b7e3e5a8557a2bc53747dcc92d2555bb98a36510a5538e4b562")
18
sha256sums_aarch64=("e598ddc1250341961fc388308437ffe3fd6b85f83c9b8b9ed2ebc9925ee6d0bf")
19
20
package() {
21
install -Dm755 loopwire "${pkgdir}/usr/bin/loopwire"
22
install -Dm755 loopwire-dsp-provider "${pkgdir}/usr/bin/loopwire-dsp-provider"
23
install -Dm755 loopwire-jack-ports "${pkgdir}/usr/bin/loopwire-jack-ports"
24
install -Dm755 loopwire-detect-audio "${pkgdir}/usr/bin/loopwire-detect-audio"
25
install -dm755 "${pkgdir}/usr/lib/loopwire"
26
cp -R libexec/loopwire/. "${pkgdir}/usr/lib/loopwire/"
27
find "${pkgdir}/usr/lib/loopwire" -type d -exec chmod 0755 {} +
28
find "${pkgdir}/usr/lib/loopwire" -type f -exec chmod 0644 {} +
29
chmod 0755 "${pkgdir}/usr/lib/loopwire/loopwire-gui"
30
}
31
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-04 09:57:12 | Low | 1 |