loopwire-bin

LOW
maintainer sandwiches 0 votes scanned 2026-09-04 09:57:12.601248
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: Loopwire contributors
2pkgname=loopwire-bin
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="Linux virtual audio routing workspace"
6arch=("x86_64" "aarch64")
7url="https://github.com/sandwichfarm/loopwire"
8license=("MIT" "Apache-2.0")
9depends=("webkit2gtk-4.1" "nodejs" "pipewire" "wireplumber")
10optdepends=(
11 "pipewire-pulse: PulseAudio compatibility"
12 "jack2: JACK bridge diagnostics"
13 "alsa-utils: ALSA diagnostics"
14)
15source_x86_64=("loopwire-linux-x86_64.tar.gz::${url}/releases/download/v${pkgver}/loopwire-linux-x86_64.tar.gz")
16source_aarch64=("loopwire-linux-aarch64.tar.gz::${url}/releases/download/v${pkgver}/loopwire-linux-aarch64.tar.gz")
17sha256sums_x86_64=("1ade654cfc8a6b7e3e5a8557a2bc53747dcc92d2555bb98a36510a5538e4b562")
18sha256sums_aarch64=("e598ddc1250341961fc388308437ffe3fd6b85f83c9b8b9ed2ebc9925ee6d0bf")
19
20package() {
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)SeverityRules
2026-09-04 09:57:12 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