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