zanger
LOW
maintainer Hspak
0 votes
scanned 2026-08-20 07:10:50.301025
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: Hong Shick Pak <hong@hspak.com>
2
3
pkgname=zanger
4
pkgver=0.1.0
5
pkgrel=1
6
pkgdesc="A TUI file navigator written in Zig"
7
arch=("x86_64")
8
url="https://github.com/hspak/zanger"
9
license=("MIT")
10
depends=()
11
makedepends=("zig" "git")
12
provides=("$pkgname")
13
conflicts=("$pkgname")
14
source=("https://github.com/hspak/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
15
sha256sums=("ab005aa92f4ad6702711ff0df213f43738bd2bb03b44055417ed98b713a511d9")
16
17
build() {
18
cd "${pkgname}-${pkgver}"
19
zig build -Dversion="${pkgver}" --release=safe
20
}
21
22
check() {
23
cd "${pkgname}-${pkgver}"
24
zig-out/bin/zanger --version
25
}
26
27
package() {
28
cd "${pkgname}-${pkgver}"
29
install -D -m 0755 "zig-out/bin/zanger" "${pkgdir}/usr/bin/zanger"
30
install -D -m 0644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
31
}
32
33
# vim: ft=sh syn=sh et
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 07:10:50 | Low | 1 |