radio-noise-key-generator

LOW
maintainer ok1br 0 votes scanned 2026-08-19 19:42:09.088000
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: Richard Fakenberg (OK1BR) <rifak@protonmail.com>
2# AUR package for the tagged release.
3pkgname=radio-noise-key-generator
4_pkgtag=0.1.0
5pkgver=0.1.0
6pkgrel=1
7pkgdesc="Passwords and keys from RTL-SDR radio noise — SP 800-90B health tests, measured entropy credit, SHAKE-256, getrandom() always mixed in"
8arch=('x86_64')
9url="https://github.com/OK1BR/radio-noise-key-generator"
10license=('GPL-3.0-or-later')
11depends=('gtk4' 'libadwaita' 'glib2' 'libgcrypt' 'rtl-sdr')
12# desktop-file-utils + gtk-update-icon-cache: gnome.post_install wants both
13# tools at meson-configure time even though DESTDIR skips the actual refresh.
14makedepends=('meson' 'desktop-file-utils' 'gtk-update-icon-cache')
15source=("$pkgname-$_pkgtag.tar.gz::$url/archive/refs/tags/v$_pkgtag.tar.gz")
16# From the published tag tarball:
17# curl -sL <url>/archive/refs/tags/v0.1.0.tar.gz | sha256sum
18sha256sums=('cebc02e804a7fd25406a6ba2e6ecb1d05004ec605a04ca14422b855c5b9a735d')
19
20build() {
21 arch-meson "$pkgname-$_pkgtag" build
22 meson compile -C build
23}
24
25check() {
26 meson test -C build --print-errorlogs
27}
28
29package() {
30 meson install -C build --destdir "$pkgdir"
31 install -Dm644 "$pkgname-$_pkgtag/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-08-19 19:42:09 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