keyring-aliveos

LOW
maintainer twilight0 0 votes scanned 2026-09-11 21:24:02.517890
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: Twilight0 <https://github.com/Twilight0>
2pkgname=keyring-aliveos
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="Transparent GNOME Keyring / Secret Service prompter for AliveOS with Zenity-GTK3 styling, UAC screen dimming, and password reveal"
6arch=('any')
7url="https://github.com/Twilight0/keyring-aliveos"
8license=('GPL-3.0-or-later')
9depends=('python' 'python-gobject' 'gtk3' 'gtk-layer-shell' 'gcr' 'libcanberra')
10source=("https://github.com/Twilight0/keyring-aliveos/archive/refs/tags/v${pkgver}.tar.gz")
11sha256sums=('b3ef77242a659c0d39070adc0e52e3459690541bbe4c0f37b1bb16c77b957bac')
12
13package() {
14 cd "${srcdir}/${pkgname}-${pkgver}"
15
16 # Install prompter executable
17 install -Dm755 keyring-aliveos "${pkgdir}/usr/lib/keyring-aliveos/keyring-aliveos"
18
19 # Symlink prompter binary into /usr/bin
20 install -d "${pkgdir}/usr/bin"
21 ln -sf /usr/lib/keyring-aliveos/keyring-aliveos "${pkgdir}/usr/bin/keyring-aliveos"
22
23 # Install D-Bus service activation files
24 install -Dm644 data/org.gnome.keyring.SystemPrompter.service \
25 "${pkgdir}/usr/share/dbus-1/services/org.gnome.keyring.SystemPrompter.service"
26 install -Dm644 data/org.gnome.keyring.PrivatePrompter.service \
27 "${pkgdir}/usr/share/dbus-1/services/org.gnome.keyring.PrivatePrompter.service"
28
29 # Install documentation
30 install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-09-11 21:24:02 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