1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/libretro-prosystem/APKBUILD

25 lines
863 B
Text

# Contributor: David Demelier <markand@malikania.fr>
# Maintainer: David Demelier <markand@malikania.fr>
pkgname=libretro-prosystem
pkgver=0_git20230109
pkgrel=0
_commit="1924a37860b30dc9cef2a75a82c1cc470f9850b5"
pkgdesc="port of ProSystem to the libretro API"
url="https://github.com/libretro/prosystem-libretro"
arch="all"
license="GPL-2.0-only"
source="$pkgname-$_commit.tar.gz::https://github.com/libretro/prosystem-libretro/archive/$_commit.tar.gz"
builddir="$srcdir/prosystem-libretro-$_commit"
options="!check" # No tests
build() {
make
}
package() {
install -Dm644 prosystem_libretro.so "$pkgdir"/usr/lib/libretro/prosystem_libretro.so
}
sha512sums="
6f0de532479f2ad8e7a90e3f037b123e0fc559bffed51fdaf5b85a60f4105e8758e698a6d7a218cd3488cfe626fdbbee3c763cd801834e52204b5ffeff8cbafe libretro-prosystem-1924a37860b30dc9cef2a75a82c1cc470f9850b5.tar.gz
"