teacrush

LOW
maintainer outrage 0 votes scanned 2026-09-12 17:12:25.717441
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: zeozeozeo <killabites@duck.com>
2# Upstream: https://github.com/zeozeozeo/teacrush
3pkgname=teacrush
4pkgver=0.1.0
5pkgrel=3
6pkgdesc='Bubble Tea TUI for compressing videos down to a target size (ffmpeg frontend)'
7arch=('x86_64' 'aarch64')
8url='https://github.com/zeozeozeo/teacrush'
9license=('Unlicense')
10depends=('ffmpeg' 'glibc')
11makedepends=('go')
12optdepends=(
13 'nvidia-utils: NVENC hardware encoding'
14 'intel-media-driver: Intel QSV hardware encoding'
15 'libva-mesa-driver: AMD VA-API hardware encoding'
16)
17source=("$pkgname-$pkgver.tar.gz::https://github.com/zeozeozeo/teacrush/archive/refs/tags/v$pkgver.tar.gz")
18# NOTE: CI (.github/workflows/aur.yml) refreshes this on every stable release.
19# After tagging locally, refresh with: updpkgsums && makepkg --printsrcinfo > .SRCINFO
20sha256sums=('63a425675788d9c0963f140b9909c2e256a23cb357bfaedc87b251647106d147')
21
22build() {
23 cd "$pkgname-$pkgver"
24 export CGO_ENABLED=1
25 export GOFLAGS='-trimpath -mod=readonly'
26 # -buildmode=pie + external linking honors makepkg LDFLAGS (RELRO/PIE).
27 # shellcheck disable=SC2154
28 go build -buildmode=pie -ldflags="-s -w -linkmode=external -extldflags \"$LDFLAGS\"" -o teacrush .
29}
30
31package() {
32 cd "$pkgname-$pkgver"
33 install -Dm755 teacrush "$pkgdir/usr/bin/teacrush"
34 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-09-12 17:12:25 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