garm-bin
LOW
maintainer KazW
0 votes
scanned 2026-09-06 21:12:32.019604
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: Kaz Walker <me@kaz.codes>
2
pkgname=garm-bin
3
pkgver=0.2.1
4
pkgrel=1
5
pkgdesc='GitHub Actions Runner Manager - self-hosted runner orchestrator (official binary release)'
6
arch=('x86_64' 'aarch64')
7
url='https://github.com/cloudbase/garm'
8
license=('Apache-2.0')
9
provides=('garm')
10
conflicts=('garm')
11
options=('!strip' '!debug')
12
install="$pkgname.install"
13
14
source=('garm.service'
15
'garm.sysusers'
16
'garm.tmpfiles')
17
source_x86_64=("garm-${pkgver}-linux-amd64.tgz::${url}/releases/download/v${pkgver}/garm-linux-amd64.tgz"
18
"garm-cli-${pkgver}-linux-amd64.tgz::${url}/releases/download/v${pkgver}/garm-cli-linux-amd64.tgz")
19
source_aarch64=("garm-${pkgver}-linux-arm64.tgz::${url}/releases/download/v${pkgver}/garm-linux-arm64.tgz"
20
"garm-cli-${pkgver}-linux-arm64.tgz::${url}/releases/download/v${pkgver}/garm-cli-linux-arm64.tgz")
21
sha256sums=('98e3ef2f58cb3240eaea88e6959a7c9db7686a35fdb9971fcdee32ab39069de9'
22
'd44464210177dadb30fb3fb0ab3c14c5ec1054e02739096522c5e2b91418ebe6'
23
'69263c89f1cddf6f754d40698bdb695dea6cd0b1a46ad5f59dda947eb0db5fd1')
24
sha256sums_x86_64=('11176acb8a725f914b9b947891b4837d374fb616195562cc0ad45a7be8b6c746'
25
'983fa54557f3f5ce3aa1eeb2387499f5f823d14512a0559ba888667bc3b3e88e')
26
sha256sums_aarch64=('8b91ed21b911f2c77d9065438b1c5e40ebb79b63cf5dc8b7dc326bbe4ac608cc'
27
'2e05cf59a7a92d145ba79a3f4bcdabdca370c6e136f0de779e526edf497b234b')
28
29
package() {
30
# Daemon and CLI (each tarball contains a single static binary)
31
install -Dm755 garm "$pkgdir/usr/bin/garm"
32
install -Dm755 garm-cli "$pkgdir/usr/bin/garm-cli"
33
34
# Upstream contrib/garm.service, with ExecStart pointed at /usr/bin
35
install -Dm644 garm.service "$pkgdir/usr/lib/systemd/system/garm.service"
36
37
# garm system user; config and state directories owned by it
38
install -Dm644 garm.sysusers "$pkgdir/usr/lib/sysusers.d/garm.conf"
39
install -Dm644 garm.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/garm.conf"
40
41
# Default location for external provider binaries
42
install -d "$pkgdir/opt/garm/providers.d"
43
}
44
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 21:12:32 | Low | 1 |