mpxcast

LOW
maintainer krzemin 0 votes scanned 2026-08-28 15:35:42.469825
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: Piotr Krzemiński <pio dot krzeminski at gmail dot com>
2# Managed from krzemin/mpxcast packaging revision: 74aace0365664d27daf222da087d2ce75681427d
3
4pkgname=mpxcast
5pkgver=1.0.0
6pkgrel=2
7pkgdesc='FM radio streaming server for RTL-SDR USB receivers'
8arch=('x86_64' 'aarch64' 'armv7h')
9url='https://github.com/krzemin/mpxcast'
10license=('GPL-2.0-or-later')
11depends=('libmicrohttpd' 'liquid-dsp' 'rtl-sdr')
12makedepends=('cmake')
13backup=('etc/conf.d/mpxcast')
14source=("$pkgname-$pkgver.tar.gz::https://github.com/krzemin/mpxcast/archive/refs/tags/v$pkgver.tar.gz"
15 'mpxcast.service'
16 'mpxcast.conf'
17 'mpxcast.sysusers')
18sha256sums=('4c02d5ce7009431c191acf4cb8a25b384ccf22a2e17b4ade60a0739f9cf98b18'
19 'SKIP'
20 'SKIP'
21 'SKIP')
22
23build() {
24 cmake -S "$pkgname-$pkgver" -B build -DCMAKE_BUILD_TYPE=Release
25 cmake --build build
26}
27
28package() {
29 install -Dm755 "$srcdir/build/mpxcast" "$pkgdir/usr/bin/mpxcast"
30 install -Dm644 mpxcast.service "$pkgdir/usr/lib/systemd/system/mpxcast.service"
31 install -Dm644 mpxcast.conf "$pkgdir/etc/conf.d/mpxcast"
32 install -Dm644 mpxcast.sysusers "$pkgdir/usr/lib/sysusers.d/mpxcast.conf"
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-08-28 15:35:42 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