gust
LOW
maintainer Giovani_Geek
0 votes
scanned 2026-09-21 21:36:21.639675
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
4
pkgname=gust
5
pkgver=0.2.0
6
pkgrel=1
7
pkgdesc="Command line weather app written in Go"
8
arch=('x86_64')
9
url="https://github.com/josephburgess/gust"
10
license=('unknown')
11
depends=()
12
makedepends=('go')
13
_tag="v0.2.0"
14
_srcdir="gust-0.2.0"
15
source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/josephburgess/gust/tar.gz/refs/tags/$_tag")
16
sha256sums=('44335cabae07184c65d6d8402cc4a22401512ec3abe0bbb93fd594aded1504b4')
17
function build() {
18
cd "$_srcdir"
19
export CGO_ENABLED=0
20
export GOFLAGS="-trimpath -mod=readonly -modcacherw"
21
go build -o "$pkgname" ./cmd/gust
22
}
23
function package() {
24
cd "$_srcdir"
25
install -Dm755 "gust" "$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) | Severity | Rules |
|---|---|---|
| 2026-09-21 21:36:21 | Low | 1 |