alsa-switch
LOW
maintainer pakhromov
0 votes
scanned 2026-09-06 13:11:32.219503
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: Pavel Khromov <pakhromov@gmail.com>
2
pkgname=alsa-switch
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="Rofi menu that rewrites ~/.asoundrc to set the default ALSA input/output device"
6
arch=('any')
7
url="https://github.com/pakhromov/alsa-switch"
8
license=('MIT')
9
depends=('bash' 'alsa-utils' 'rofi' 'gawk')
10
optdepends=('ttf-nerd-fonts-symbols: icons in the menu')
11
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
12
sha256sums=('e0d798d93f7f0e5e0db75a3aabcc1e9cdd48df33b6539db1cfc3e530fbc8819d')
13
14
package() {
15
cd "$pkgname-$pkgver"
16
install -Dm755 alsa-switch "$pkgdir/usr/bin/alsa-switch"
17
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
18
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
19
}
20
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 13:11:32 | Low | 1 |