fcvvdp-git
LOW
maintainer damian101
0 votes
scanned 2026-09-09 13:19:49.747679
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: Damian Höster <damian.hoester@posteo.de>
2
3
_pkgname=fcvvdp
4
pkgname=$_pkgname-git
5
pkgver=0.3.3.r2.40767a7
6
pkgrel=1
7
pkgdesc='A fast C implementation of the CVVDP metric'
8
arch=(
9
x86_64
10
aarch64
11
)
12
url=https://github.com/halidecx/fcvvdp
13
license=(Apache-2.0)
14
makedepends=(
15
git
16
zig
17
)
18
provides=($_pkgname)
19
conflicts=($_pkgname)
20
options=(staticlibs)
21
source=($_pkgname::git+$url.git)
22
sha256sums=(SKIP)
23
24
pkgver() {
25
git -C $_pkgname describe --long --tags |
26
sed -E 's/^v//; s/-([^-]*)-g([^-]*)$/.r\1.\2/; s/-/./g'
27
}
28
29
build() {
30
cd $_pkgname
31
zig build --release=fast
32
}
33
34
package() {
35
install -Dm755 $_pkgname/zig-out/bin/$_pkgname -t "$pkgdir"/usr/bin
36
install -Dm644 $_pkgname/zig-out/include/cvvdp.h -t "$pkgdir"/usr/include
37
install -Dm644 $_pkgname/zig-out/lib/libcvvdp.a -t "$pkgdir"/usr/lib
38
install -Dm644 $_pkgname/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
39
install -Dm644 $_pkgname/README.md -t "$pkgdir"/usr/share/doc/$pkgname
40
}
41
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-09 13:19:49 | Low | 1 |