aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libretro-prosystem
diff options
context:
space:
mode:
authorDavid Demelier <markand@malikania.fr>2020-04-06 17:45:42 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-04-06 15:56:47 +0000
commitc5a1c9155281ac93043ae85f4dbeb99ee5b9158e (patch)
tree5de56f6ba1940913f38c7fcdb6f1f427737d7686 /testing/libretro-prosystem
parentead7a6843858fd08ef9d11b4a4f40e6a7f8fde8c (diff)
downloadaports-c5a1c9155281ac93043ae85f4dbeb99ee5b9158e.tar.bz2
aports-c5a1c9155281ac93043ae85f4dbeb99ee5b9158e.tar.xz
testing/libretro-prosystem: new aport
https://github.com/libretro/prosystem-libretro port of ProSystem to the libretro API
Diffstat (limited to 'testing/libretro-prosystem')
-rw-r--r--testing/libretro-prosystem/APKBUILD23
1 files changed, 23 insertions, 0 deletions
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 <markand@malikania.fr>
+# Maintainer: David Demelier <markand@malikania.fr>
+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"