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