aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorDavid Demelier <markand@malikania.fr>2020-04-06 10:39:42 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-04-06 23:56:09 +0000
commit5491c0b2307e0634cfd3cb8110450caa294a3d19 (patch)
treea6df1bf2d43ebe67bd9f61d63fbb876029c51f47 /testing
parent57dac2f4ec8844c7e0700895538c21d640016945 (diff)
downloadaports-5491c0b2307e0634cfd3cb8110450caa294a3d19.tar.bz2
aports-5491c0b2307e0634cfd3cb8110450caa294a3d19.tar.xz
testing/libretro-fmsx: new aport
https://github.com/libretro/fmsx-libretro port of fMSX to the libretro API
Diffstat (limited to 'testing')
-rw-r--r--testing/libretro-fmsx/APKBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/libretro-fmsx/APKBUILD b/testing/libretro-fmsx/APKBUILD
new file mode 100644
index 0000000000..93b2245358
--- /dev/null
+++ b/testing/libretro-fmsx/APKBUILD
@@ -0,0 +1,23 @@
+# Contributor: David Demelier <markand@malikania.fr>
+# Maintainer: David Demelier <markand@malikania.fr>
+pkgname=libretro-fmsx
+pkgver=0_git20200107
+pkgrel=0
+_commit="3de916bbf15062de1ab322432d38a1fee29d5e68"
+pkgdesc="port of fMSX to the libretro API"
+url="https://github.com/libretro/fmsx-libretro"
+arch="all"
+license="custom"
+source="$pkgname-$_commit.tar.gz::https://github.com/libretro/fmsx-libretro/archive/$_commit.tar.gz"
+builddir="$srcdir/fmsx-libretro-$_commit"
+options="!check" # No tests
+
+build() {
+ make
+}
+
+package() {
+ install -Dm644 fmsx_libretro.so "$pkgdir"/usr/lib/libretro/fmsx_libretro.so
+}
+
+sha512sums="f084c097eb3ab65b56a9877debe46d6ebc5292c9ce0071b7698d5dd00cbe777f074de06f7550c082645f87c80d5b26cc92445224313ae3969f43e793cf3a099c libretro-fmsx-3de916bbf15062de1ab322432d38a1fee29d5e68.tar.gz"