teacrush-bin

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-bin
4pkgver=0.1.0
5pkgrel=3
6pkgdesc='Bubble Tea TUI for compressing videos down to a target size (prebuilt binary)'
7arch=('x86_64' 'aarch64')
8url='https://github.com/zeozeozeo/teacrush'
9license=('Unlicense')
10depends=('ffmpeg' 'glibc')
11provides=('teacrush')
12conflicts=('teacrush' 'teacrush-git')
13optdepends=(
14 'nvidia-utils: NVENC hardware encoding'
15 'intel-media-driver: Intel QSV hardware encoding'
16 'libva-mesa-driver: AMD VA-API hardware encoding'
17)
18_tag="v$pkgver"
19source=(
20 "LICENSE-$_tag::https://raw.githubusercontent.com/zeozeozeo/teacrush/refs/tags/$_tag/LICENSE"
21)
22source_x86_64=("$pkgname-$pkgver-$CARCH.tar.gz::https://github.com/zeozeozeo/teacrush/releases/download/$_tag/teacrush-$_tag-linux-amd64.tar.gz")
23source_aarch64=("$pkgname-$pkgver-$CARCH.tar.gz::https://github.com/zeozeozeo/teacrush/releases/download/$_tag/teacrush-$_tag-linux-arm64.tar.gz")
24# NOTE: CI (.github/workflows/aur.yml) refreshes pkgver and checksums on
25# every stable release. After bumping locally, refresh with:
26# updpkgsums && makepkg --printsrcinfo > .SRCINFO
27sha256sums=('b5065838cbac452dfc855ba6e6e031481ad2c68406f70d21ead9321374653e6c')
28sha256sums_x86_64=('085385ac6cf51b30dcd20f65315a1ff8b873369404d78ef24af24c7dc8246f62')
29sha256sums_aarch64=('90ac4e1906f0c33370f2bc3170e9e7e6d4fabe15d759edc64ae6a53cf0f585f8')
30
31package() {
32 install -Dm755 teacrush "$pkgdir/usr/bin/teacrush"
33 install -Dm644 "LICENSE-$_tag" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
34}
35

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