platform-profile-daemon

LOW
maintainer nathawat 1 votes scanned 2026-09-11 15:22:58.728112
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: nathawat <nathawat[at]noreply[dot]codeberg[dot]org>
2
3pkgname=platform-profile-daemon
4pkgver=1.1.0
5pkgrel=1
6pkgdesc='Minimal Power Profiles D-Bus for AMD Dynamic EPP via platform profiles'
7arch=('x86_64')
8url='https://codeberg.org/nathawat/platform-profile-daemon'
9license=('Apache-2.0')
10depends=('dbus' 'polkit' 'systemd')
11makedepends=('pkgconf' 'zig')
12provides=('power-profiles-daemon')
13conflicts=('power-profiles-daemon')
14source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
15b2sums=('39a021f0230d2390baf781880d12a9d8c54b3f72a9947e4d512cd90f07608e8242644cdb1e5b6d33f655f90037205c6f4652b927a535ff284040e12822e72a94')
16
17build() {
18 cd "$pkgname"
19 zig build -Doptimize=ReleaseSmall
20}
21
22check() {
23 cd "$pkgname"
24 zig build test
25}
26
27package() {
28 cd "$pkgname"
29 DESTDIR="$pkgdir" zig build install -Doptimize=ReleaseSmall --prefix /usr
30}
31

Scan history

Scanned at (UTC)SeverityRules
2026-09-11 15:22:58 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