vengi-voxel

LOW
maintainer Mailaender 0 votes scanned 2026-09-21 21:36:21.639675
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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.

PKGBUILD

1# Maintainer: Matthias Mailänder <matthias@mailaender.name>
2
3pkgname=vengi-voxel
4pkgver=0.6.0
5pkgrel=1
6pkgdesc='voxel editor with animation and scripting support'
7arch=(x86_64)
8license=('MIT')
9url='https://vengi-voxel.github.io/vengi/'
10depends=(sdl2 lua)
11makedepends=(git make cmake)
12source=("git+https://github.com/vengi-voxel/vengi.git#tag=v${pkgver}")
13sha256sums=(SKIP)
14
15build() {
16 cd vengi
17 mkdir build
18 cmake -B build \
19 -DCMAKE_INSTALL_PREFIX='/usr' \
20 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
21 -DUSE_SANITIZERS=OFF
22 cmake --build build
23}
24
25package() {
26 cd vengi/build
27 make DESTDIR="$pkgdir" install
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 21:36:21 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion