teacrush
LOW
maintainer outrage
0 votes
scanned 2026-09-12 17:12:25.717441
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
3
pkgname=teacrush
4
pkgver=0.1.0
5
pkgrel=3
6
pkgdesc='Bubble Tea TUI for compressing videos down to a target size (ffmpeg frontend)'
7
arch=('x86_64' 'aarch64')
8
url='https://github.com/zeozeozeo/teacrush'
9
license=('Unlicense')
10
depends=('ffmpeg' 'glibc')
11
makedepends=('go')
12
optdepends=(
13
'nvidia-utils: NVENC hardware encoding'
14
'intel-media-driver: Intel QSV hardware encoding'
15
'libva-mesa-driver: AMD VA-API hardware encoding'
16
)
17
source=("$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
20
sha256sums=('63a425675788d9c0963f140b9909c2e256a23cb357bfaedc87b251647106d147')
21
22
build() {
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
31
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-12 17:12:25 | Low | 1 |