lua54-pandocp

LOW
maintainer Freed 0 votes base lua-pandocp scanned 2026-09-25 15:12:17.861096
View on AUR
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
4pkgbase=lua-pandocp
5pkgname=(lua54-"$_pkgname")
6pkgver=0.1.0
7pkgrel=1
8pkgdesc="Respect the standards of Unix XDG, Android, macOS, Windows"
9arch=(any)
10url=https://github.com/wakatime/prompt-style.lua/tree/main/packages/pandocp
11license=(GPL3)
12makedepends=(luarocks)
13depends=(pandoc)
14_revision=1
15source=("https://luarocks.org/manifests/freed-wu/pandocp-$pkgver-$_revision.src.rock")
16sha256sums=('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
23package_lua54-pandocp() {
24 depends=(lua54-prompt-style)
25 _package 5.4
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-09-25 15:12:17 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