huntclaw

LOW
maintainer Dominiquini 1 votes scanned 2026-08-21 01:13:51.509442
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_gitauthor=tigerlang
4_gitname=huntclaw
5_appname=${_gitname}
6pkgname=${_appname}
7pkgdesc="A very fast find-and-replace utility"
8
9pkgver=0.5
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('x86_64')
14
15_ghurl="https://github.com/${_gitauthor}/${_gitname}"
16_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
17url=${_ghurl}
18
19license=('Unlincense')
20
21provides=("${_appname}")
22
23makedepends=('zig')
24
25options=('!strip')
26
27source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/archive/${_gitversion}.tar.gz")
28sha256sums_x86_64=('4c333d0c353b559c8f43843464bb0c7775a11a07460b5c11b72a273a53462302')
29
30
31build() {
32 cd "${srcdir}/${_appname}-${pkgver}" || exit
33
34 zig build --release=fast --prefix "outputs" --cache-dir "zig-cache" --global-cache-dir "zig-global-cache"
35}
36
37package() {
38 cd "${srcdir}/${_appname}-${pkgver}" || exit
39
40 install -Dm755 "outputs/bin/${_appname}" "${pkgdir}/usr/bin/${_appname}"
41
42 install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
43}
44

Scan history

Scanned at (UTC)SeverityRules
2026-08-21 01:13:51 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