sasqwatch

LOW
maintainer Giovani_Geek 0 votes scanned 2026-09-21 21:36:21.639675
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# shellcheck disable=SC2034,SC2154,SC2164
2# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4pkgname=sasqwatch
5pkgver=0.2.5
6pkgrel=1
7pkgdesc="A modern take on the classic watch command"
8arch=('x86_64')
9url="https://github.com/fabio42/sasqwatch"
10license=('MIT')
11depends=()
12makedepends=('go')
13_tag="v0.2.5"
14_srcdir="sasqwatch-0.2.5"
15source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/fabio42/sasqwatch/tar.gz/refs/tags/$_tag")
16sha256sums=('5fdd2d91857adc2ae2ffa34adfafff7d4f23977d0045809e7d3a7ff01e610bb6')
17function build() {
18 cd "$_srcdir"
19 export CGO_ENABLED=0
20 export GOFLAGS="-trimpath -mod=readonly -modcacherw"
21 go build -o "$pkgname" .
22}
23function package() {
24 cd "$_srcdir"
25 install -Dm755 "sasqwatch" "$pkgdir/usr/bin/$pkgname"
26 if [ -f LICENSE ]; then
27 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28 fi
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 21:36:21 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