transmission-tui

LOW
maintainer gigs 0 votes base transmission-tui-git scanned 2026-08-21 07:14:31.584968
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: Gaurav Kumar Yadav <gaurav712@protonmail.com>
2
3pkgname=transmission-tui
4_pkgname=transmission-tui
5pkgver=r2.a297118
6pkgrel=1
7pkgdesc="htop-like terminal UI for transmission-daemon"
8url="https://codeberg.org/gaurav712/transmission-tui"
9arch=(x86_64 aarch64)
10license=(MIT)
11depends=(glibc)
12makedepends=(git go)
13optdepends=('transmission-cli: local transmission-daemon')
14provides=(transmission-tui)
15conflicts=(transmission-tui)
16source=("git+$url.git")
17b2sums=('SKIP')
18
19pkgver() {
20 cd $_pkgname
21 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
22}
23
24build() {
25 cd $_pkgname
26 export CGO_CPPFLAGS="$CPPFLAGS" CGO_CFLAGS="$CFLAGS" CGO_LDFLAGS="$LDFLAGS"
27 export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
28 go build -ldflags="-linkmode=external -s -w" -o $_pkgname .
29}
30
31package() {
32 cd $_pkgname
33 install -Dm755 $_pkgname "$pkgdir/usr/bin/$_pkgname"
34 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
35 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
36}
37

Scan history

Scanned at (UTC)SeverityRules
2026-08-21 07:14:31 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