td-fcitx5-rime-git

LOW
maintainer tiandic 0 votes scanned 2026-08-25 05:25:49.966969
View on AUR
Why flagged

The package builds from a publicly accessible Git repository of the project itself, which is a normal AUR practice; the low severity is due to few 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 builds from a publicly accessible Git repository of the project itself, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1pkgname=td-fcitx5-rime-git
2pkgver=r375.f786331
3pkgrel=1
4pkgdesc="RIME input method for fcitx5 (tiandic modified version)"
5arch=('i686' 'x86_64')
6url="https://github.com/tiandic/fcitx5-rime"
7license=('LGPL')
8options=(!debug)
9depends=('boost-libs' 'curl' 'fcitx5-git' 'librime' 'opencc' 'librime-data')
10makedepends=('boost' 'extra-cmake-modules' 'git')
11conflicts=('fcitx-rime' 'fcitx5-rime')
12provides=('fcitx5-rime')
13source=("git+$url.git")
14sha512sums=('SKIP')
15
16pkgver() {
17 cd fcitx5-rime
18 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
19}
20
21build() {
22 cd fcitx5-rime
23 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=/usr/lib .
24 make
25}
26
27package() {
28 cd fcitx5-rime
29 make DESTDIR="$pkgdir" install
30}
31

Scan history

Scanned at (UTC)SeverityRules
2026-08-25 05:25:49 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