t-rec-bin
LOW
maintainer Razor.X
0 votes
scanned 2026-08-22 09:16:51.748650
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: Evan Sosenko <razorx@evansosenko.com>
2
3
pkgname=t-rec-bin
4
pkgver=0.8.2
5
pkgrel=1
6
pkgdesc="Blazingly fast terminal recorder"
7
arch=('x86_64')
8
url="https://github.com/sassman/t-rec-rs"
9
license=('GPL3')
10
depends=('imagemagick')
11
provides=('t-rec')
12
conflicts=('t-rec')
13
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/t-rec-v$pkgver-x86_64-unknown-linux-musl.tar.gz")
14
sha256sums=('94db8c41402b2ece4eb807b8673d9f3a7365cceaba83501ceb9e60bc7bc0308b')
15
16
package() {
17
install -Dm755 t-rec "$pkgdir/usr/bin/t-rec"
18
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
19
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
20
}
21
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-22 09:16:51 | Low | 1 |