libbgcode-git
LOW
maintainer frysztak
0 votes
scanned 2026-09-13 11:14:35.915839
Why flagged
The package builds from the official project Git repository with a SKIP'd checksum, which is common for -git packages; the source is trustworthy and no unverified executables are downloaded or executed.
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 the official project Git repository with a SKIP'd checksum, which is common for -git packages; the source is trustworthy and no unverified executables are downloaded or executed.
PKGBUILD
1
# Maintainer: Sebastian Frysztak <dev dot aur at frysztak dot fastmail dot com>
2
_pkgname=libbgcode
3
pkgname=libbgcode-git
4
pkgver=r234.d4da907
5
pkgrel=1
6
pkgdesc="Prusa Block & Binary G-code reader / writer / converter"
7
url="https://github.com/prusa3d/libbgcode"
8
license=("AGPL3")
9
arch=('x86_64')
10
makedepends=('git')
11
source=('git+https://github.com/prusa3d/libbgcode.git')
12
sha256sums=('SKIP')
13
provides=("libbgcode")
14
conflicts=("libbgcode")
15
replaces=("libbgcode<=r234")
16
17
pkgver() {
18
cd "$_pkgname"
19
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
20
}
21
22
build() {
23
cd "$_pkgname"
24
25
CMAKE_POLICY_VERSION_MINIMUM=3.5 \
26
cmake --preset default \
27
-DLibBGCode_BUILD_DEPS=ON \
28
-DCMAKE_INSTALL_PREFIX=/usr \
29
-Wno-dev
30
31
cmake --build --preset default
32
}
33
34
package() {
35
DESTDIR="${pkgdir}" cmake --install "${_pkgname}/build-default"
36
}
37
38
39
# vim:set ts=2 sw=2 et:
40
41
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-13 11:14:35 | Low | 2 |