bitty
LOW
maintainer Xuepoo
0 votes
scanned 2026-09-03 05:52:26.228347
Why flagged
The package builds from source hosted on the project's official GitHub repository; the only concern is the skipped checksum, which reduces verifiability but does not introduce active malicious behavior.
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.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from source hosted on the project's official GitHub repository; the only concern is the skipped checksum, which reduces verifiability but does not introduce active malicious behavior.
PKGBUILD
1
# Maintainer: Bitty Maintainers <maintainers@bitty-terminal.dev>
2
pkgname=bitty
3
pkgver=0.0.19
4
pkgrel=1
5
pkgdesc="Bitty pre-alpha terminal workspace minimal correct terminal"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/bitty-terminal/bitty"
8
license=('MIT' 'Apache-2.0')
9
depends=('fontconfig' 'freetype2')
10
makedepends=('cargo' 'pkgconf')
11
optdepends=('noto-fonts: fallback font')
12
provides=('bitty')
13
conflicts=('bitty-nightly' 'bitty-git')
14
source=("$pkgname-$pkgver.tar.gz::https://github.com/bitty-terminal/bitty/archive/v$pkgver.tar.gz")
15
sha256sums=('SKIP')
16
17
prepare() {
18
cd "$pkgname-$pkgver"
19
cargo fetch --locked
20
}
21
22
build() {
23
cd "$pkgname-$pkgver"
24
cargo build --release --locked -p bitty-app
25
}
26
27
check() {
28
cd "$pkgname-$pkgver"
29
cargo test --locked --workspace --all-targets || true
30
}
31
32
package() {
33
cd "$pkgname-$pkgver"
34
install -Dm755 "target/release/bitty-app" "$pkgdir/usr/bin/bitty"
35
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
36
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
37
install -Dm644 CHANGELOG.md "$pkgdir/usr/share/doc/$pkgname/CHANGELOG.md"
38
if [ -f terminfo/bitty.terminfo ]; then
39
install -Dm644 terminfo/bitty.terminfo "$pkgdir/usr/share/terminfo/b/bitty"
40
fi
41
}
42
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-03 05:52:26 | Low | 2 |