keyring-aliveos
LOW
maintainer twilight0
0 votes
scanned 2026-09-11 21:24:02.517890
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>
2
pkgname=keyring-aliveos
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="Transparent GNOME Keyring / Secret Service prompter for AliveOS with Zenity-GTK3 styling, UAC screen dimming, and password reveal"
6
arch=('any')
7
url="https://github.com/Twilight0/keyring-aliveos"
8
license=('GPL-3.0-or-later')
9
depends=('python' 'python-gobject' 'gtk3' 'gtk-layer-shell' 'gcr' 'libcanberra')
10
source=("https://github.com/Twilight0/keyring-aliveos/archive/refs/tags/v${pkgver}.tar.gz")
11
sha256sums=('b3ef77242a659c0d39070adc0e52e3459690541bbe4c0f37b1bb16c77b957bac')
12
13
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-11 21:24:02 | Low | 1 |