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