dankvideo-git
LOW
maintainer DaniCatGames
0 votes
scanned 2026-09-13 13:14:45.435081
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
3
pkgname=dankvideo-git
4
pkgver=r99.05840ee
5
pkgrel=1
6
pkgdesc="Fast, beautiful Material 3 Video Player built for Linux and the DankMaterialShell ecosystem, inspired by GNOME Showtime."
7
url="https://github.com/hthienloc/dankapps"
8
license=('MIT')
9
depends=('quickshell')
10
makedepends=('git' 'go' 'make')
11
arch=('x86_64')
12
provider=('dankvideo')
13
conflicts=('dankvideo')
14
source=("${pkgname}::git+https://github.com/hthienloc/dankapps.git")
15
sha256sums=('SKIP')
16
17
pkgver() {
18
cd "${pkgname}"
19
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
20
}
21
22
build() {
23
cd "${pkgname}/dankvideo"
24
25
export GOPATH="${srcdir}/gopath"
26
export GOCACHE="${srcdir}/gocache"
27
28
make dev
29
}
30
31
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-13 13:14:45 | Low | 2 |