polkit-aliveos
LOW
maintainer twilight0
0 votes
scanned 2026-09-07 09:14:05.297877
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=polkit-aliveos
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="Transparent Polkit authentication agent for AliveOS with explicit caller disclosure, UAC screen dimming, and Zenity-GTK3 styling"
6
arch=('any')
7
url="https://github.com/Twilight0/polkit-aliveos"
8
license=('GPL-3.0-or-later')
9
depends=('python' 'python-gobject' 'gtk3' 'gtk-layer-shell' 'polkit' 'libcanberra')
10
provides=('polkit-authentication-agent')
11
conflicts=('polkit-gnome')
12
source=("https://github.com/Twilight0/polkit-aliveos/archive/refs/tags/v${pkgver}.tar.gz")
13
sha256sums=('2a8843e8aad623b0a029766ffcd593e3d887072cbf33728eb714a905004775d1')
14
15
package() {
16
cd "${srcdir}/${pkgname}-${pkgver}"
17
18
# Install authentication agent
19
install -Dm755 polkit-aliveos "${pkgdir}/usr/lib/polkit-aliveos/polkit-aliveos"
20
21
# Install configuration companion utilities (GTK and Curses TUI)
22
install -Dm755 polkit-aliveos-config "${pkgdir}/usr/bin/polkit-aliveos-config"
23
install -Dm755 qpolkitconfig "${pkgdir}/usr/bin/qpolkitconfig"
24
25
# Symlink agent binary into /usr/bin
26
install -d "${pkgdir}/usr/bin"
27
ln -sf /usr/lib/polkit-aliveos/polkit-aliveos "${pkgdir}/usr/bin/polkit-aliveos"
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-07 09:14:05 | Low | 1 |