ddccontrol-db
LOW
maintainer npil
0 votes
scanned 2026-09-14 09:16:46.306722
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
3
pkgname=ddccontrol-db
4
pkgver=20260902
5
pkgrel=2
6
pkgdesc="Monitor database for DDCControl"
7
arch=('any')
8
url="https://github.com/ddccontrol/ddccontrol-db"
9
license=('GPL-2.0-only')
10
depends=()
11
source=("https://github.com/ddccontrol/ddccontrol-db/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"
12
"check-db-report.sh")
13
sha256sums=('70ecf4ab6e1952234e9b2740bca8fd10e6cf7b290fa9d464bde08d11969d3e46'
14
'14d855f1a28121ebe39991e19f1275249ab6ebe174b9384b3c3f5609aec504a5')
15
16
build() {
17
cd "$pkgname-$pkgver"
18
./configure --prefix=/usr
19
make
20
}
21
22
check() {
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
34
package() {
35
cd "$pkgname-$pkgver"
36
make DESTDIR="${pkgdir}" install
37
}
38
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-14 09:16:46 | Low | 1 |