huntclaw
LOW
maintainer Dominiquini
1 votes
scanned 2026-08-21 01:13:51.509442
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}
6
pkgname=${_appname}
7
pkgdesc="A very fast find-and-replace utility"
8
9
pkgver=0.5
10
pkgrel=1
11
_gitversion=v${pkgver}
12
13
arch=('x86_64')
14
15
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
16
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
17
url=${_ghurl}
18
19
license=('Unlincense')
20
21
provides=("${_appname}")
22
23
makedepends=('zig')
24
25
options=('!strip')
26
27
source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/archive/${_gitversion}.tar.gz")
28
sha256sums_x86_64=('4c333d0c353b559c8f43843464bb0c7775a11a07460b5c11b72a273a53462302')
29
30
31
build() {
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
37
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-21 01:13:51 | Low | 1 |