fcitx5-lilypad
LOW
maintainer chiconcota
0 votes
scanned 2026-08-26 01:28:49.644801
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: chiconcota <git@github.com:chiconcota>
2
pkgname=fcitx5-lilypad
3
pkgver=2.2.0
4
pkgrel=1
5
pkgdesc="Modern, hyper-fast Vietnamese Telex/VNI Input Method for Fcitx5 (Wayland/X11)"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/chiconcota/fcitx5-lilypad"
8
license=('GPL-3.0-or-later')
9
depends=('fcitx5' 'fmt' 'libinput' 'systemd-libs' 'python' 'python-qtpy' 'python-pyqt5')
10
makedepends=('cmake' 'extra-cmake-modules' 'go' 'gettext' 'libx11')
11
provides=('fcitx5-lilypad')
12
conflicts=('fcitx5-lilypad-git' 'fcitx5-lilypad-bin')
13
install=fcitx5-lilypad.install
14
source=("https://github.com/chiconcota/fcitx5-lilypad/archive/refs/tags/v${pkgver}.tar.gz"
15
"fcitx5-lilypad.install")
16
sha256sums=('b8931562acbefc0fabd4c954ba5d211b78b9b98a704614f389873e6231e69f3f'
17
'86c5c1b374ba83b5bee113b48f7cef110a499da35daa26801bcc4658eda2591b')
18
19
build() {
20
cmake -B build -S "$srcdir/$pkgname-$pkgver/fcitx5-lilypad" \
21
-DCMAKE_INSTALL_PREFIX=/usr \
22
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
23
-DCMAKE_BUILD_TYPE=Release
24
cmake --build build
25
}
26
27
package() {
28
DESTDIR="$pkgdir" cmake --install build
29
}
30
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 01:28:49 | Low | 1 |
| 2026-08-17 00:18:29 | Clean | 2 |
| 2026-08-16 09:32:18 | Low | 1 |