luajit-decompiler-git

maintainer Neko_Rikka · 0 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The package builds from a public Git repository with a recent upload and few votes, but the source is transparent and the build process is standard, posing minimal risk.

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 public Git repository with a recent upload and few votes, but the source is transparent and the build process is standard, posing minimal risk.

PKGBUILD

1# Maintainer: Neko_Rikka <yjzyl9008 at gmail dot com>
2
3pkgname=luajit-decompiler-git
4_pkgname=luajit-decompiler
5pkgver=r36.072a766
6pkgrel=1
7pkgdesc="LuaJIT 字节码反编译器"
8arch=('x86_64')
9url="https://github.com/PackageInstaller/luajit-decompiler"
10license=('MIT')
11depends=('gcc-libs')
12makedepends=('cmake' 'git')
13provides=('luajit-decompiler')
14conflicts=('luajit-decompiler')
15source=("git+${url}.git")
16sha256sums=('SKIP')
17
18pkgver() {
19 cd "${srcdir}/${_pkgname}"
20 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
21}
22
23build() {
24 cd "${srcdir}/${_pkgname}"
25 cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
26 cmake --build build -j
27}
28
29check() {
30 cd "${srcdir}/${_pkgname}"
31 ./build/luajit-decompiler -? >/dev/null
32}
33
34package() {
35 cd "${srcdir}/${_pkgname}"
36 cmake --install build --prefix "${pkgdir}/usr"
37 install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
38}
39

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 00:18:29 LOW 2
2026-08-16 00:03:42 LOW 2
2026-08-15 00:26:13 LOW 2
2026-08-14 00:03:41 LOW 2
2026-08-13 03:25:23 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