nvidia-pstated
LOW
maintainer pussyhut
1 votes
scanned 2026-09-02 03:49:31.775712
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
5
pkgname=nvidia-pstated
6
pkgver=1.0.9
7
pkgrel=1
8
pkgdesc='A daemon that automatically manages the performance states of NVIDIA GPUs'
9
arch=('x86_64')
10
url='https://github.com/sasha0552/nvidia-pstated'
11
license=('GPL-3.0-only')
12
13
depends=('nvidia-utils')
14
15
makedepends=(cmake
16
cuda)
17
18
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sasha0552/nvidia-pstated/archive/refs/tags/v${pkgver}.tar.gz"
19
nvidia-pstated.service)
20
21
sha256sums=('6c566f93baeed37db6e042f8516a574ec28e4744936fa9876f2e87648bad7aea'
22
'a10ea6fccb64b0b598d6d8fd680ff21c0163d7abb36cc39cf7bbe4f6028a6891')
23
24
build() {
25
cmake -B build -S "${pkgname}-${pkgver}" -DCMAKE_BUILD_TYPE=None
26
cmake --build build
27
}
28
29
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-02 03:49:31 | Low | 1 |