From c5a1c9155281ac93043ae85f4dbeb99ee5b9158e Mon Sep 17 00:00:00 2001 From: David Demelier Date: Mon, 6 Apr 2020 17:45:42 +0200 Subject: testing/libretro-prosystem: new aport https://github.com/libretro/prosystem-libretro port of ProSystem to the libretro API --- testing/libretro-prosystem/APKBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 testing/libretro-prosystem/APKBUILD diff --git a/testing/libretro-prosystem/APKBUILD b/testing/libretro-prosystem/APKBUILD new file mode 100644 index 0000000000..8a36848578 --- /dev/null +++ b/testing/libretro-prosystem/APKBUILD @@ -0,0 +1,23 @@ +# Contributor: David Demelier +# Maintainer: David Demelier +pkgname=libretro-prosystem +pkgver=0_git20200106 +pkgrel=0 +_commit="6f7e34aea89db5ba2fbf674e5ff0ad6fc68a198e" +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="5c91edacc72905249ff0ffddc26ad4e528e31585ccd77a71368f33c10f50ed6d5994a465828d4471c22259f421e7fec8b6521c8e7d1ce11fcc745c21bd4d8cbe libretro-prosystem-6f7e34aea89db5ba2fbf674e5ff0ad6fc68a198e.tar.gz" -- cgit v1.2.3