posprint-bin
LOW
maintainer Timfa
0 votes
scanned 2026-09-19 17:30:41.880415
Why flagged
The package installs a prebuilt binary from the project's official GitLab release infrastructure, which is a normal and expected practice for -bin packages; the source is verifiable via checksum and hosted on a trusted forge.
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 binary from the project's official GitLab release infrastructure, which is a normal and expected practice for -bin packages; the source is verifiable via checksum and hosted on a trusted forge.
PKGBUILD
1
# Maintainer: posprint contributors
2
pkgname=posprint-bin
3
pkgver=0.5.8
4
pkgrel=1
5
pkgdesc="Designer for POS-print documents with live preview and USB ESC/POS printing (prebuilt binary)"
6
arch=('x86_64')
7
url="https://gitlab.com/Timfa/posprint"
8
license=('MIT')
9
depends=(
10
'gcc-libs'
11
'libxkbcommon'
12
'libxcb'
13
'openssl'
14
'dbus'
15
'wayland'
16
'libx11'
17
'fontconfig'
18
'freetype2'
19
'libglvnd'
20
)
21
provides=("posprint=${pkgver}")
22
conflicts=('posprint')
23
options=('!strip' '!debug')
24
source=("posprint-${pkgver}-x86_64.tar.gz::https://gitlab.com/api/v4/projects/Timfa%2Fposprint/packages/generic/posprint/${pkgver}/posprint-${pkgver}-x86_64.tar.gz")
25
sha256sums=('2146c5385af1fbcaad242e896566743c312843842d457f6ad8c0add96644bff5')
26
27
package() {
28
cp -a "$srcdir/usr" "$pkgdir/"
29
}
30
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-19 17:30:41 | Low | 2 |