ddccontrol-db

LOW
maintainer npil 0 votes scanned 2026-09-14 09:16:46.306722
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: npil
2
3pkgname=ddccontrol-db
4pkgver=20260902
5pkgrel=2
6pkgdesc="Monitor database for DDCControl"
7arch=('any')
8url="https://github.com/ddccontrol/ddccontrol-db"
9license=('GPL-2.0-only')
10depends=()
11source=("https://github.com/ddccontrol/ddccontrol-db/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"
12 "check-db-report.sh")
13sha256sums=('70ecf4ab6e1952234e9b2740bca8fd10e6cf7b290fa9d464bde08d11969d3e46'
14 '14d855f1a28121ebe39991e19f1275249ab6ebe174b9384b3c3f5609aec504a5')
15
16build() {
17 cd "$pkgname-$pkgver"
18 ./configure --prefix=/usr
19 make
20}
21
22check() {
23 cd "$pkgname-$pkgver"
24 make check
25
26 # check db using ddccontrol if available
27 if command -v ddccontrol >/dev/null 2>&1; then
28 sh "$srcdir/check-db-report.sh"
29 else
30 echo "check-db: ddccontrol not found, skipping profile validation"
31 fi
32}
33
34package() {
35 cd "$pkgname-$pkgver"
36 make DESTDIR="${pkgdir}" install
37}
38

Scan history

Scanned at (UTC)SeverityRules
2026-09-14 09:16:46 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