dankvideo-git

LOW
maintainer DaniCatGames 0 votes scanned 2026-09-13 13:14:45.435081
View on AUR
Why flagged

The package builds from a public Git repository with a SKIP'd checksum, but it is a legitimate source build using the project's own code; no untrusted binaries or remote code execution are involved.

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from a public Git repository with a SKIP'd checksum, but it is a legitimate source build using the project's own code; no untrusted binaries or remote code execution are involved.

PKGBUILD

1# Maintainer: Daniël Nazarkin <aur@danicatgames.nl>
2
3pkgname=dankvideo-git
4pkgver=r99.05840ee
5pkgrel=1
6pkgdesc="Fast, beautiful Material 3 Video Player built for Linux and the DankMaterialShell ecosystem, inspired by GNOME Showtime."
7url="https://github.com/hthienloc/dankapps"
8license=('MIT')
9depends=('quickshell')
10makedepends=('git' 'go' 'make')
11arch=('x86_64')
12provider=('dankvideo')
13conflicts=('dankvideo')
14source=("${pkgname}::git+https://github.com/hthienloc/dankapps.git")
15sha256sums=('SKIP')
16
17pkgver() {
18 cd "${pkgname}"
19 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
20}
21
22build() {
23 cd "${pkgname}/dankvideo"
24
25 export GOPATH="${srcdir}/gopath"
26 export GOCACHE="${srcdir}/gocache"
27
28 make dev
29}
30
31package() {
32 cd "${srcdir}/${pkgname}/dankvideo"
33 install -Dm755 "core/bin/dplay" "${pkgdir}/usr/bin/dplay"
34 install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
35 install -Dm644 distro/com.danklinux.dankvideo.desktop \
36 "${pkgdir}/usr/share/applications/com.danklinux.dankvideo.desktop"
37 install -d "${pkgdir}/usr/share/quickshell/dankvideo"
38 cp -rL quickshell/. "${pkgdir}/usr/share/quickshell/dankvideo"
39}
40

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 13:14:45 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion