fcitx5-lilypad-bin
LOW
maintainer chiconcota
0 votes
scanned 2026-08-26 01:28:49.644801
Why flagged
The package installs a precompiled binary from the project's official GitHub releases, which is normal for -bin packages; the low severity is due to the flagged low 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 installs a precompiled binary from the project's official GitHub releases, which is normal for -bin packages; the low severity is due to the flagged low votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: chiconcota <git@github.com:chiconcota>
2
pkgname=fcitx5-lilypad-bin
3
_pkgname=fcitx5-lilypad
4
pkgver=2.3.0
5
pkgrel=1
6
pkgdesc="Modern, hyper-fast Vietnamese Telex/VNI Input Method for Fcitx5 (Wayland/X11) - Pre-compiled binary"
7
arch=('x86_64')
8
url="https://github.com/chiconcota/fcitx5-lilypad"
9
license=('GPL-3.0-or-later')
10
depends=('fcitx5' 'fmt' 'libinput' 'systemd-libs' 'python' 'python-qtpy' 'python-pyqt5')
11
provides=('fcitx5-lilypad')
12
conflicts=('fcitx5-lilypad' 'fcitx5-lilypad-git')
13
install=fcitx5-lilypad.install
14
source=("https://github.com/chiconcota/fcitx5-lilypad/releases/download/v${pkgver}/fcitx5-lilypad-v${pkgver}-x86_64-archlinux.tar.zst"
15
"fcitx5-lilypad.install")
16
sha256sums=('7b8f4758d62363927276fd09c7fed7d6928e28d18c408d3918c82035db0f5836'
17
'86c5c1b374ba83b5bee113b48f7cef110a499da35daa26801bcc4658eda2591b')
18
19
package() {
20
cp -dr --no-preserve=ownership "$srcdir/usr" "$pkgdir/" 2>/dev/null || true
21
cp -dr --no-preserve=ownership "$srcdir/lib" "$pkgdir/" 2>/dev/null || true
22
cp -dr --no-preserve=ownership "$srcdir/etc" "$pkgdir/" 2>/dev/null || true
23
}
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 01:28:49 | Low | 2 |