teacrush-bin
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-bin
4
pkgver=0.1.0
5
pkgrel=3
6
pkgdesc='Bubble Tea TUI for compressing videos down to a target size (prebuilt binary)'
7
arch=('x86_64' 'aarch64')
8
url='https://github.com/zeozeozeo/teacrush'
9
license=('Unlicense')
10
depends=('ffmpeg' 'glibc')
11
provides=('teacrush')
12
conflicts=('teacrush' 'teacrush-git')
13
optdepends=(
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"
19
source=(
20
"LICENSE-$_tag::https://raw.githubusercontent.com/zeozeozeo/teacrush/refs/tags/$_tag/LICENSE"
21
)
22
source_x86_64=("$pkgname-$pkgver-$CARCH.tar.gz::https://github.com/zeozeozeo/teacrush/releases/download/$_tag/teacrush-$_tag-linux-amd64.tar.gz")
23
source_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
27
sha256sums=('b5065838cbac452dfc855ba6e6e031481ad2c68406f70d21ead9321374653e6c')
28
sha256sums_x86_64=('085385ac6cf51b30dcd20f65315a1ff8b873369404d78ef24af24c7dc8246f62')
29
sha256sums_aarch64=('90ac4e1906f0c33370f2bc3170e9e7e6d4fabe15d759edc64ae6a53cf0f585f8')
30
31
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-12 17:12:25 | Low | 1 |