mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/libretro-dinothawr: new aport
https://github.com/libretro/Dinothaw" block pushing puzzle game on slippery surfaces
This commit is contained in:
parent
5407cc27b6
commit
2b8ef12c3e
23
testing/libretro-dinothawr/APKBUILD
Normal file
23
testing/libretro-dinothawr/APKBUILD
Normal file
@ -0,0 +1,23 @@
|
||||
# Contributor: David Demelier <markand@malikania.fr>
|
||||
# Maintainer: David Demelier <markand@malikania.fr>
|
||||
pkgname=libretro-dinothawr
|
||||
pkgver=0_git20200107
|
||||
pkgrel=0
|
||||
_commit="18118f66f4a04897fd1cbbfa87cd8957f5bd22ad"
|
||||
pkgdesc="block pushing puzzle game on slippery surfaces"
|
||||
url="https://github.com/libretro/Dinothawr"
|
||||
arch="all"
|
||||
license="custom"
|
||||
source="$pkgname-$_commit.tar.gz::https://github.com/libretro/Dinothawr/archive/$_commit.tar.gz"
|
||||
builddir="$srcdir/Dinothawr-$_commit"
|
||||
options="!check" # No tests
|
||||
|
||||
build() {
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
install -Dm644 dinothawr_libretro.so "$pkgdir"/usr/lib/libretro/dinothawr_libretro.so
|
||||
}
|
||||
|
||||
sha512sums="bee06e9c3c7012d8d44f5856eff433bb87742b1c779e346498379c8f79e8375bcddcfa32aca83cc6987b7728f151b85c4f9da8d8c3224616a88e8f0b8ae25151 libretro-dinothawr-18118f66f4a04897fd1cbbfa87cd8957f5bd22ad.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user