ftty-bin

LOW
maintainer xifan 1 votes scanned 2026-09-23 21:40:52.517030
View on AUR
Why flagged

The package downloads a prebuilt binary from the project's official GitHub releases, which is a common and generally safe practice; the low severity is due to limited votes and recent upload, not malicious content.

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 downloads a prebuilt binary from the project's official GitHub releases, which is a common and generally safe practice; the low severity is due to limited votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: xifan <xifan2333@gmail.com>
2pkgname=ftty-bin
3_pkgname=ftty
4pkgver=0.2.0
5pkgrel=1
6pkgdesc="Ultra-lightweight minimalist Wayland terminal emulator with native Kitty graphics protocol"
7arch=('x86_64')
8url="https://github.com/xifan2333/ftty"
9license=('GPL-3.0-only')
10depends=('wayland' 'libxkbcommon' 'fontconfig' 'freetype2' 'libglvnd')
11provides=("${_pkgname}")
12conflicts=("${_pkgname}" "${_pkgname}-git")
13options=(!strip)
14source_x86_64=("${_pkgname}-${pkgver}-x86_64.tar.gz::https://github.com/xifan2333/ftty/releases/download/v0.2.0/ftty-0.2.0-x86_64-unknown-linux-gnu.tar.gz")
15sha256sums_x86_64=('e9c634a7071d3051aa288f5c00d62ccadb6374e5277f7189b8ea6ee9467f73e4')
16
17package() {
18 cd "${srcdir}/ftty-${pkgver}-x86_64-unknown-linux-gnu"
19
20 install -Dm755 "${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
21 install -Dm644 README.md "${pkgdir}/usr/share/doc/${_pkgname}/README.md"
22 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
23}
24

Scan history

Scanned at (UTC)SeverityRules
2026-09-23 21:40:52 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion