~alpine/aports

testing/retroarch-assets: new aport v1 APPLIED

Bart Ribbers: 2
 testing/retroarch-assets: new aport
 testing/retroarch: add retroarch-assets to depends

 2 files changed, 25 insertions(+), 1 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/2812/mbox | git am -3
Learn more about email & git

[PATCH 1/2] testing/retroarch-assets: new aport Export this patch

---
 testing/retroarch-assets/APKBUILD | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 testing/retroarch-assets/APKBUILD

diff --git a/testing/retroarch-assets/APKBUILD b/testing/retroarch-assets/APKBUILD
new file mode 100644
index 0000000000..98c5659210
--- /dev/null
+++ b/testing/retroarch-assets/APKBUILD
@@ -0,0 +1,23 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=retroarch-assets
pkgver=0_git20190622
pkgrel=0
_commit="8d609101e6efab5510ec69c5bd2a8916356eaa1f"
arch="noarch"
url="https://www.libretro.com/"
pkgdesc="Assets needed for RetroArch - e.g. menu drivers, etc"
license="CC-BY-4.0"
source="$pkgname-$_commit.tar.gz::https://github.com/libretro/$pkgname/archive/$_commit.tar.gz"
builddir="$srcdir/$pkgname-$_commit"
options="!check" # No code to test

build() {
	make
}

package() {
	DESTDIR="$pkgdir" make install
}

sha512sums="74ee79d822ff2e00fc09c65b1232f6ba2351e71cddd30817e3a8cb86c66af9624df0c886d79dc22a40712f3b15c31a0b8ebdd8e2776e26205f41b85b6cbfff65  retroarch-assets-8d609101e6efab5510ec69c5bd2a8916356eaa1f.tar.gz"
-- 
2.22.0

[PATCH 2/2] testing/retroarch: add retroarch-assets to depends Export this patch

---
 testing/retroarch/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testing/retroarch/APKBUILD b/testing/retroarch/APKBUILD
index 1bb2f4ff1b..f644288f07 100644
--- a/testing/retroarch/APKBUILD
+++ b/testing/retroarch/APKBUILD
@@ -3,11 +3,12 @@
pkgname=retroarch
_pkgname=RetroArch
pkgver=1.7.7
pkgrel=0
pkgrel=1
arch="all"
url="https://www.libretro.com/"
pkgdesc="Reference frontend for the libretro API"
license="GPL-2.0-only"
depends="retroarch-assets"
makedepends="linux-headers mesa-dev qt5-qtbase-dev wayland-dev wayland-protocols zlib-dev alsa-lib-dev pulseaudio-dev sdl2-dev flac-dev mbedtls-dev libusb-dev ffmpeg-dev libxkbcommon-dev eudev-dev vulkan-loader-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/libretro/$pkgname/archive/v$pkgver.tar.gz"
subpackages="$pkgname-doc"
-- 
2.22.0