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