~alpine/aports

testing/libretro-nestopia: new aport v2 PROPOSED

Bart Ribbers: 1
 testing/libretro-nestopia: new aport

 1 files changed, 26 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2942/mbox | git am -3
Learn more about email & git

[PATCH v2] testing/libretro-nestopia: new aport Export this patch

I left an empty variable ($makedepends) in the previous patch
---
 testing/libretro-nestopia/APKBUILD | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 testing/libretro-nestopia/APKBUILD

diff --git a/testing/libretro-nestopia/APKBUILD b/testing/libretro-nestopia/APKBUILD
new file mode 100644
index 0000000000..c251ace8a0
--- /dev/null
+++ b/testing/libretro-nestopia/APKBUILD
@@ -0,0 +1,26 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=libretro-nestopia
_pkgname=nestopia
pkgver=1.49_git20190819
pkgrel=0
_commit="0806f9194735f4af28d3f4fe6165212f5e142a58"
arch="all"
url="https://github.com/libretro/nestopia"
pkgdesc="Nintendo Entertainment System core for libretro"
license="GPL-2.0-or-later"
source="$pkgname-$_commit.tar.gz::https://github.com/libretro/nestopia/archive/$_commit.tar.gz"
builddir="$srcdir/$_pkgname-$_commit"
options="!check" # No tests

build() {
	cd libretro
	make
}

package() {
	cd libretro
	install -Dm644 nestopia_libretro.so "$pkgdir"/usr/lib/libretro/nestopia_libretro.so
}

sha512sums="d95ede611f83b8dce61b07a37730ab82e6c608b691fed3ad319415134b9d7871ca1ce22d28ce00c8a7e64a41982b719d85252a9aecb113e3927778403eaaa35f  libretro-nestopia-0806f9194735f4af28d3f4fe6165212f5e142a58.tar.gz"
-- 
2.21.0