fcvvdp-git

LOW
maintainer damian101 0 votes scanned 2026-09-09 13:19:49.747679
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: Damian Höster <damian.hoester@posteo.de>
2
3_pkgname=fcvvdp
4pkgname=$_pkgname-git
5pkgver=0.3.3.r2.40767a7
6pkgrel=1
7pkgdesc='A fast C implementation of the CVVDP metric'
8arch=(
9 x86_64
10 aarch64
11)
12url=https://github.com/halidecx/fcvvdp
13license=(Apache-2.0)
14makedepends=(
15 git
16 zig
17)
18provides=($_pkgname)
19conflicts=($_pkgname)
20options=(staticlibs)
21source=($_pkgname::git+$url.git)
22sha256sums=(SKIP)
23
24pkgver() {
25 git -C $_pkgname describe --long --tags |
26 sed -E 's/^v//; s/-([^-]*)-g([^-]*)$/.r\1.\2/; s/-/./g'
27}
28
29build() {
30 cd $_pkgname
31 zig build --release=fast
32}
33
34package() {
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)SeverityRules
2026-09-09 13:19:49 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