tcut-bin

LOW
maintainer czyt 0 votes scanned 2026-08-21 15:15:19.666615
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: czyt <czytcn@gmail.com>
2
3pkgname=tcut-bin
4pkgver=0.6.4
5pkgrel=1
6pkgdesc="Script terminal sessions in TypeScript, render reproducible MP4/GIF/SVG/HTML with Bun"
7arch=('x86_64' 'aarch64')
8url="https://github.com/AmanVarshney01/tcut"
9license=('MIT')
10provides=('tcut')
11conflicts=('tcut')
12
13source_x86_64=("${pkgname}-${pkgver}-x86_64::https://github.com/AmanVarshney01/tcut/releases/download/v${pkgver}/tcut-${pkgver}-linux-x64")
14source_aarch64=("${pkgname}-${pkgver}-aarch64::https://github.com/AmanVarshney01/tcut/releases/download/v${pkgver}/tcut-${pkgver}-linux-arm64")
15sha256sums_x86_64=('34aeea1b071840fbfd3de52b926be7192749c6381ffa00dbaa5496e8bc5726b4')
16sha256sums_aarch64=('82976af78f83745a5afe1608ea8d932b5e266ffc61819b16645605140fda5c10')
17
18package() {
19 case "$CARCH" in
20 x86_64) _src="${pkgname}-${pkgver}-x86_64" ;;
21 aarch64) _src="${pkgname}-${pkgver}-aarch64" ;;
22 esac
23 install -Dm755 "${srcdir}/${_src}" "${pkgdir}/usr/bin/tcut"
24}
25

Scan history

Scanned at (UTC)SeverityRules
2026-08-21 15:15:19 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