From e6fd16adff7c239e8337a3399b7afe0205775153 Mon Sep 17 00:00:00 2001 From: David Demelier Date: Mon, 6 Apr 2020 20:51:01 +0200 Subject: testing/libretro-stella2014: new aport https://github.com/libretro/stella2014-libretro port of Stella to libretro --- testing/libretro-stella2014/APKBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 testing/libretro-stella2014/APKBUILD diff --git a/testing/libretro-stella2014/APKBUILD b/testing/libretro-stella2014/APKBUILD new file mode 100644 index 00000000000..ad038aa52d1 --- /dev/null +++ b/testing/libretro-stella2014/APKBUILD @@ -0,0 +1,23 @@ +# Contributor: David Demelier +# Maintainer: David Demelier +pkgname=libretro-stella2014 +pkgver=0_git20200107 +pkgrel=0 +_commit="fc87f2c78d3b177f4b9b19698557dce452ac3ce7" +pkgdesc="port of Stella to libretro" +url="https://github.com/libretro/stella2014-libretro" +arch="all" +license="GPL-2.0-only" +source="$pkgname-$_commit.tar.gz::https://github.com/libretro/stella2014-libretro/archive/$_commit.tar.gz" +builddir="$srcdir/stella2014-libretro-$_commit" +options="!check" # No tests + +build() { + make +} + +package() { + install -Dm644 stella2014_libretro.so "$pkgdir"/usr/lib/libretro/stella2014_libretro.so +} + +sha512sums="79db6f86d901dbfa3a8ffa5ff7982ab2f5d3a2989a1e1952d93f979536efd172e972eab47c1d9048e8b0e0f7db5cf1bcd50617effe5fae58601ff9e30b8a03b4 libretro-stella2014-fc87f2c78d3b177f4b9b19698557dce452ac3ce7.tar.gz" -- cgit v1.2.3