pcln-bin
LOW
maintainer NebulaTechs
0 votes
scanned 2026-08-30 03:41:10.150702
Why flagged
The package installs a prebuilt Debian binary from the project's official GitHub release, which is a normal distribution method; the source is verifiable and checksummed, posing no active threat.
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 installs a prebuilt Debian binary from the project's official GitHub release, which is a normal distribution method; the source is verifiable and checksummed, posing no active threat.
PKGBUILD
1
# Maintainer: NebulaTechs <NebulaTechs@users.noreply.github.com>
2
pkgname=pcln-bin
3
pkgver=1.4.13
4
pkgrel=2
5
pkgdesc="一个基于 PCL-CE 开发的 Minecraft 启动器 (PCL N Edition)"
6
arch=('x86_64')
7
url="https://github.com/PCL-N-Edition/PCL-N"
8
license=('Apache-2.0')
9
depends=('hicolor-icon-theme' 'glibc')
10
provides=('pcl-n')
11
conflicts=('pcl-n')
12
source=("https://github.com/PCL-N-Edition/PCL-N/releases/download/v${pkgver}/PCL_N_Release_linux-x64_NoRuntime_Installer.deb")
13
sha256sums=('35955df7da39acee259cd5ed1688f208ded9607cefd3d47df734913deff81c6d')
14
options=('!strip')
15
16
package() {
17
bsdtar -Oxf "${srcdir}/PCL_N_Release_linux-x64_NoRuntime_Installer.deb" 'data.tar*' \
18
| bsdtar -C "${pkgdir}" --use-compress-program='unzstd' -xf -
19
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 03:41:10 | Low | 2 |