vengi-voxel
LOW
maintainer Mailaender
0 votes
scanned 2026-09-21 21:36:21.639675
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
3
pkgname=vengi-voxel
4
pkgver=0.6.0
5
pkgrel=1
6
pkgdesc='voxel editor with animation and scripting support'
7
arch=(x86_64)
8
license=('MIT')
9
url='https://vengi-voxel.github.io/vengi/'
10
depends=(sdl2 lua)
11
makedepends=(git make cmake)
12
source=("git+https://github.com/vengi-voxel/vengi.git#tag=v${pkgver}")
13
sha256sums=(SKIP)
14
15
build() {
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
25
package() {
26
cd vengi/build
27
make DESTDIR="$pkgdir" install
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 21:36:21 | Low | 1 |