mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-08 18:04:43 +02:00
26 lines
895 B
Text
26 lines
895 B
Text
# Contributor: Alex Denes <caskd@redxen.eu>
|
|
# Maintainer: Alex Denes <caskd@redxen.eu>
|
|
_game=voxelibre
|
|
pkgname="luanti-$_game"
|
|
pkgver=0.89.2
|
|
pkgrel=0
|
|
pkgdesc="Voxel-based sandbox game for Luanti"
|
|
url="https://git.minetest.land/VoxeLibre/VoxeLibre"
|
|
# ppc64le and riscv64 blocked by luajit -> luanti
|
|
arch="all !ppc64le !riscv64"
|
|
license="GPL-3.0-or-later"
|
|
provides="minetest-mineclone2=$pkgver-r$pkgrel"
|
|
replaces="minetest-mineclone2"
|
|
depends="luanti-common"
|
|
source="$pkgname-$pkgver.tar.gz::https://git.minetest.land/VoxeLibre/VoxeLibre/archive/$pkgver.tar.gz"
|
|
options="!check" # no tests
|
|
builddir="$srcdir"
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir/usr/share/luanti/games"
|
|
mv "$_game" "$pkgdir/usr/share/luanti/games/$_game"
|
|
}
|
|
|
|
sha512sums="
|
|
90ea3465c968056b9d9fb00dc24b35754d0ea4088a1441952cf459e2e3f5a9b675b2d8dbf0941aab5aee87685347b6aecc6db83b25fc9638acc9ee1b7468d8c6 luanti-voxelibre-0.89.2.tar.gz
|
|
"
|