topf-bin
LOW
maintainer parzival-space
0 votes
scanned 2026-09-09 19:20:04.990308
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: Malte Linke <me@parzival.space>
2
3
pkgname=topf-bin
4
pkgdesc='Talos orchestrator by PostFinance'
5
pkgver=0.6.0 # renovate: datasource=github-tags depName=postfinance/topf versioning=semver
6
pkgrel=1
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/postfinance/topf"
9
license=('MIT')
10
provides=('topf')
11
conflicts=('topf')
12
options=('!strip')
13
depends=() # no dependencies, not a dynamic executable
14
15
# map arch file name
16
case "${CARCH}" in
17
'x86_64')
18
_arch="amd64";;
19
'aarch64')
20
_arch="arm64";;
21
*)
22
# unsupported arch
23
_arch="${ARCH}";;
24
esac
25
26
source=("topf_linux_${_arch}.tar.gz::https://github.com/postfinance/topf/releases/download/v${pkgver}/topf_linux_${_arch}.tar.gz")
27
sha256sums=('458df4b25f4181a31ed361c0592194f7eb9e6e7b13e7096f8745453afdeaadfb')
28
29
package() {
30
install -Dm755 "${srcdir}/topf" "${pkgdir}/usr/bin/topf"
31
install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-09 19:20:04 | Low | 1 |