radio-noise-key-generator
LOW
maintainer ok1br
0 votes
scanned 2026-08-19 19:42:09.088000
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.
3
pkgname=radio-noise-key-generator
4
_pkgtag=0.1.0
5
pkgver=0.1.0
6
pkgrel=1
7
pkgdesc="Passwords and keys from RTL-SDR radio noise — SP 800-90B health tests, measured entropy credit, SHAKE-256, getrandom() always mixed in"
8
arch=('x86_64')
9
url="https://github.com/OK1BR/radio-noise-key-generator"
10
license=('GPL-3.0-or-later')
11
depends=('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.
14
makedepends=('meson' 'desktop-file-utils' 'gtk-update-icon-cache')
15
source=("$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
18
sha256sums=('cebc02e804a7fd25406a6ba2e6ecb1d05004ec605a04ca14422b855c5b9a735d')
19
20
build() {
21
arch-meson "$pkgname-$_pkgtag" build
22
meson compile -C build
23
}
24
25
check() {
26
meson test -C build --print-errorlogs
27
}
28
29
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-19 19:42:09 | Low | 1 |