libbgcode-git

LOW
maintainer frysztak 0 votes scanned 2026-09-13 11:14:35.915839
View on AUR
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
3pkgname=libbgcode-git
4pkgver=r234.d4da907
5pkgrel=1
6pkgdesc="Prusa Block & Binary G-code reader / writer / converter"
7url="https://github.com/prusa3d/libbgcode"
8license=("AGPL3")
9arch=('x86_64')
10makedepends=('git')
11source=('git+https://github.com/prusa3d/libbgcode.git')
12sha256sums=('SKIP')
13provides=("libbgcode")
14conflicts=("libbgcode")
15replaces=("libbgcode<=r234")
16
17pkgver() {
18 cd "$_pkgname"
19 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
20}
21
22build() {
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
34package() {
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)SeverityRules
2026-09-13 11:14:35 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