aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libretro-nestopia/APKBUILD
blob: c251ace8a0664ecae68f2351e0fd2bc158e05dc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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"