polkit-aliveos

LOW
maintainer twilight0 0 votes scanned 2026-09-07 09:14:05.297877
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=polkit-aliveos
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="Transparent Polkit authentication agent for AliveOS with explicit caller disclosure, UAC screen dimming, and Zenity-GTK3 styling"
6arch=('any')
7url="https://github.com/Twilight0/polkit-aliveos"
8license=('GPL-3.0-or-later')
9depends=('python' 'python-gobject' 'gtk3' 'gtk-layer-shell' 'polkit' 'libcanberra')
10provides=('polkit-authentication-agent')
11conflicts=('polkit-gnome')
12source=("https://github.com/Twilight0/polkit-aliveos/archive/refs/tags/v${pkgver}.tar.gz")
13sha256sums=('2a8843e8aad623b0a029766ffcd593e3d887072cbf33728eb714a905004775d1')
14
15package() {
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)SeverityRules
2026-09-07 09:14:05 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