claws-git

LOW
maintainer hosua 0 votes scanned 2026-08-29 09:38:50.329695
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: hosua <joshortiga777@gmail.com>
2pkgname=claws-git
3_pkgname=claws
4pkgver=0.18.0.r0.g7a0a8ea
5pkgrel=1
6pkgdesc="k9s-inspired TUI for AWS resource management with vim-style navigation (git version)"
7arch=('x86_64' 'aarch64')
8url="https://github.com/clawscli/claws"
9license=('Apache-2.0')
10depends=('glibc')
11makedepends=('git' 'go')
12optdepends=('xclip: clipboard support on X11'
13 'wl-clipboard: clipboard support on Wayland')
14provides=("$_pkgname")
15conflicts=("$_pkgname")
16source=("$_pkgname::git+$url.git")
17sha256sums=('SKIP')
18options=('!debug')
19
20pkgver() {
21 cd "$_pkgname"
22 git describe --long --tags --abbrev=7 2>/dev/null \
23 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' \
24 || printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
25}
26
27build() {
28 cd "$_pkgname"
29 export CGO_ENABLED=0
30 export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
31 go build -ldflags "-X main.version=${pkgver}" -o "$_pkgname" ./cmd/claws
32}
33
34check() {
35 cd "$_pkgname"
36 export CGO_ENABLED=0
37 go test ./... -short
38}
39
40package() {
41 cd "$_pkgname"
42 install -Dm755 "$_pkgname" "$pkgdir/usr/bin/$_pkgname"
43 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
44 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
45}
46

Scan history

Scanned at (UTC)SeverityRules
2026-08-29 09:38:50 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