tty-terminal

LOW
maintainer lunagoat 0 votes scanned 2026-09-16 03:21:15.990005
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: lunagoat (https://github.com/lunagoat)
2 # SPDX-License-Identifier: MIT
3 pkgname=tty-terminal
4 pkgver=1.0.0
5 pkgrel=1
6 pkgdesc='Vibe-coded terminal emulator that looks like a TTY interface'
7 arch=('any')
8 url='https://github.com/lunagoat/tty-terminal'
9 license=('MIT' 'GPL-2.0-only')
10 depends=('python>=3.11' 'kitty>=0.48.2' 'fontconfig')
11 makedepends=('python-fonttools')
12 checkdepends=('desktop-file-utils')
13 source=("$pkgname-$pkgver.tar.gz::$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
14 sha256sums=('e5489a05030b5b9a36fa8d3b5e3eb3be7861c3c520c1e0d3172a39d5a7d626d2')
15
16 build() {
17 cd "$pkgname-$pkgver"
18 make PYTHON=/usr/bin/python
19 }
20
21 check() {
22 cd "$pkgname-$pkgver"
23 make check PYTHON=/usr/bin/python
24 }
25
26 package() {
27 cd "$pkgname-$pkgver"
28 make DESTDIR="$pkgdir" PREFIX=/usr install
29 }
30

Scan history

Scanned at (UTC)SeverityRules
2026-09-16 03:21:15 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