lua54-pandocp
LOW
maintainer Freed
0 votes
base
lua-pandocp
scanned 2026-09-25 15:12:17.861096
Why flagged
The package downloads a Lua rock from luarocks.org, a trusted source, and installs it via luarocks; the flagged low votes and recent upload are minor concerns but do not indicate danger.
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 downloads a Lua rock from luarocks.org, a trusted source, and installs it via luarocks; the flagged low votes and recent upload are minor concerns but do not indicate danger.
PKGBUILD
1
# shellcheck shell=bash disable=SC2034,SC2154
2
# Maintainer: Wu Zhenyu <wuzhenyu@ustc.edu>
3
_pkgname=pandocp
4
pkgbase=lua-pandocp
5
pkgname=(lua54-"$_pkgname")
6
pkgver=0.1.0
7
pkgrel=1
8
pkgdesc="Respect the standards of Unix XDG, Android, macOS, Windows"
9
arch=(any)
10
url=https://github.com/wakatime/prompt-style.lua/tree/main/packages/pandocp
11
license=(GPL3)
12
makedepends=(luarocks)
13
depends=(pandoc)
14
_revision=1
15
source=("https://luarocks.org/manifests/freed-wu/pandocp-$pkgver-$_revision.src.rock")
16
sha256sums=('1bd923a1488defdc44dfdea55b525652f868805dad74d43318e2b15392dfbf1f')
17
18
_package() {
19
install -Dm644 ./*.rock -t $1
20
luarocks install --no-manifest --lua-version=$1 --tree="$pkgdir/usr/" --deps-mode=none $1/*.rock
21
}
22
23
package_lua54-pandocp() {
24
depends=(lua54-prompt-style)
25
_package 5.4
26
}
27
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 15:12:17 | Low | 2 |