cosmurgy

LOW
maintainer Hspak 0 votes scanned 2026-09-22 19:39:10.055575
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: Hong Shick Pak <hong@hspak.com>
2
3pkgname=cosmurgy
4pkgver=0.1.0
5pkgrel=1
6pkgdesc="Infrastructure mutator and state tracker"
7arch=("x86_64")
8url="https://github.com/hspak/cosmurgy"
9license=("MIT")
10depends=("ca-certificates")
11makedepends=("go>=1.25.0")
12options=("!debug")
13source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
14sha256sums=("5c20af7a4a0d9b748927a46e8ab57623c3cfb54771469b38b08486c1f9f6224a")
15
16build() {
17 cd "$pkgname-$pkgver"
18 CGO_ENABLED=0 go build -trimpath -buildvcs=false -mod=readonly -o cosmurgy ./cmd/cosmurgy
19}
20
21check() {
22 cd "$pkgname-$pkgver"
23 ./cosmurgy help >/dev/null
24}
25
26package() {
27 cd "$pkgname-$pkgver"
28 install -Dm755 cosmurgy "$pkgdir/usr/bin/cosmurgy"
29 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
30}
31

Scan history

Scanned at (UTC)SeverityRules
2026-09-22 19:39:10 Low 1
2026-09-22 00:15:14 Clean 2
2026-09-21 23: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