ftty-bin
LOW
maintainer xifan
1 votes
scanned 2026-09-23 21:40:52.517030
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>
2
pkgname=ftty-bin
3
_pkgname=ftty
4
pkgver=0.2.0
5
pkgrel=1
6
pkgdesc="Ultra-lightweight minimalist Wayland terminal emulator with native Kitty graphics protocol"
7
arch=('x86_64')
8
url="https://github.com/xifan2333/ftty"
9
license=('GPL-3.0-only')
10
depends=('wayland' 'libxkbcommon' 'fontconfig' 'freetype2' 'libglvnd')
11
provides=("${_pkgname}")
12
conflicts=("${_pkgname}" "${_pkgname}-git")
13
options=(!strip)
14
source_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")
15
sha256sums_x86_64=('e9c634a7071d3051aa288f5c00d62ccadb6374e5277f7189b8ea6ee9467f73e4')
16
17
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-23 21:40:52 | Low | 2 |