aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorDavid Demelier <markand@malikania.fr>2020-04-05 15:18:19 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-04-05 17:15:28 +0000
commitd1f12617e1cf4d8cedfa43eedd288114bf2cff0b (patch)
tree4d980dfcd952f8924083dd924874f39a288706ba /testing
parent4d11148c15e98cc8713f5a0935bb19aaf151f16e (diff)
downloadaports-d1f12617e1cf4d8cedfa43eedd288114bf2cff0b.tar.bz2
aports-d1f12617e1cf4d8cedfa43eedd288114bf2cff0b.tar.xz
testing/libretro-beetle-pcfx: new aport
https://github.com/libretro/beetle-pcfx-libretro standalone port of Mednafen PCFX to libretro
Diffstat (limited to 'testing')
-rw-r--r--testing/libretro-beetle-pcfx/APKBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/libretro-beetle-pcfx/APKBUILD b/testing/libretro-beetle-pcfx/APKBUILD
new file mode 100644
index 0000000000..b7cc2ad1f4
--- /dev/null
+++ b/testing/libretro-beetle-pcfx/APKBUILD
@@ -0,0 +1,23 @@
+# Contributor: David Demelier <markand@malikania.fr>
+# Maintainer: David Demelier <markand@malikania.fr>
+pkgname=libretro-beetle-pcfx
+pkgver=0_git20200109
+pkgrel=0
+_commit="7bba6699d6f903bd701b0aa525d845de8427fee6"
+pkgdesc="standalone port of Mednafen PCFX to libretro"
+url="https://github.com/libretro/beetle-pcfx-libretro"
+arch="all"
+license="GPL-2.0-only"
+source="$pkgname-$_commit.tar.gz::https://github.com/libretro/beetle-pcfx-libretro/archive/$_commit.tar.gz"
+builddir="$srcdir/beetle-pcfx-libretro-$_commit"
+options="!check" # No tests
+
+build() {
+ make
+}
+
+package() {
+ install -Dm644 mednafen_pcfx_libretro.so "$pkgdir"/usr/lib/libretro/mednafen_pcfx_libretro.so
+}
+
+sha512sums="28911d5c564359374d613825dc3c008713f68d2cd0bb53ff18e0f018e584f881af05a09da648a30f00b4c612d8179a6ec3ae5b6de48ab0dc48e580a2befe21ce libretro-beetle-pcfx-7bba6699d6f903bd701b0aa525d845de8427fee6.tar.gz"