airwaves
LOW
maintainer simonschubert
0 votes
scanned 2026-09-27 19:19:18.915602
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: Simon Schubert <simon@librem.one>
2
#
3
# Airwaves as an app: the QML tree in /usr/share/airwaves, started by
4
# /usr/bin/airwaves. That launcher opens it in the running Omarchy shell when
5
# the plugin is installed there, and as its own Quickshell process everywhere
6
# else -- so this package needs Quickshell, not Omarchy.
7
pkgname=airwaves
8
pkgver=1.0.0
9
pkgrel=1
10
pkgdesc='Internet radio from radio-browser.info: 50,000 stations by genre, country and language, for Quickshell'
11
arch=('any')
12
url='https://github.com/SimonSchubert/moarchy-apps'
13
license=('MIT')
14
# qt6-declarative (QtQuick) comes with quickshell. The icons are Nerd Font
15
# glyphs, which namcap cannot see, so it calls this dependency unneeded -- as
16
# it does quickshell, for the same reason. mpv is the player: the app starts
17
# it and talks to it over a socket, which namcap cannot see either.
18
# qt6-imageformats decodes the WebP logos many stations have (without it they
19
# fall back to the station's colour and initials); Qt loads it as a plugin at
20
# run time, so namcap calls it unneeded too.
21
# util-linux is setpriv, which ties mpv's life to the app's.
22
depends=('quickshell' 'mpv' 'util-linux' 'qt6-imageformats' 'ttf-jetbrains-mono-nerd' 'hicolor-icon-theme')
23
optdepends=('mpv-mpris: the station on media keys and the lock screen')
24
# A release asset that packaging/release.sh builds from apps/airwaves at the
25
# tag, not GitHub's generated archive of the whole repository.
26
source=("$url/releases/download/airwaves-v$pkgver/$pkgname-$pkgver.tar.gz")
27
sha256sums=('fb3c31a5cf018e662ca7f4e3b9807d392803a91f592b8ea5f4c1bb31e1d2a5e1')
28
29
package() {
30
cd "$pkgname-$pkgver"
31
32
install -d "$pkgdir/usr/share/$pkgname"
33
install -m644 manifest.json ./*.qml ./*.js ./*.mjs icon.svg \
34
"$pkgdir/usr/share/$pkgname/"
35
36
install -Dm755 bin/airwaves "$pkgdir/usr/bin/airwaves"
37
install -Dm644 airwaves.desktop "$pkgdir/usr/share/applications/airwaves.desktop"
38
install -Dm644 icon.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/airwaves.svg"
39
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
40
}
41
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 19:19:18 | Low | 1 |