topf-bin

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