nvidia-pstated

LOW
maintainer pussyhut 1 votes scanned 2026-09-02 03:49:31.775712
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: KFERMercer <https://github.com/KFERMercer>
2
3# shellcheck disable=2034,2148,2154
4
5pkgname=nvidia-pstated
6pkgver=1.0.9
7pkgrel=1
8pkgdesc='A daemon that automatically manages the performance states of NVIDIA GPUs'
9arch=('x86_64')
10url='https://github.com/sasha0552/nvidia-pstated'
11license=('GPL-3.0-only')
12
13depends=('nvidia-utils')
14
15makedepends=(cmake
16 cuda)
17
18source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sasha0552/nvidia-pstated/archive/refs/tags/v${pkgver}.tar.gz"
19 nvidia-pstated.service)
20
21sha256sums=('6c566f93baeed37db6e042f8516a574ec28e4744936fa9876f2e87648bad7aea'
22 'a10ea6fccb64b0b598d6d8fd680ff21c0163d7abb36cc39cf7bbe4f6028a6891')
23
24build() {
25 cmake -B build -S "${pkgname}-${pkgver}" -DCMAKE_BUILD_TYPE=None
26 cmake --build build
27}
28
29package() {
30 install -Dm755 build/nvidia-pstated "${pkgdir}/usr/bin/nvidia-pstated"
31 install -Dm644 "${pkgname}-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
32 install -Dm644 nvidia-pstated.service "${pkgdir}/usr/lib/systemd/system/nvidia-pstated.service"
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-09-02 03:49:31 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