aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libretro-prosystem/APKBUILD
blob: 7f4e877eb2aeedde7ad460c60ee22dafe9c68f9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Contributor: David Demelier <markand@malikania.fr>
# Maintainer: David Demelier <markand@malikania.fr>
pkgname=libretro-prosystem
pkgver=0_git20210325
pkgrel=0
_commit="2f8bf387d665dea43e442d36b8a3a40f4d39574b"
pkgdesc="port of ProSystem to the libretro API"
url="https://github.com/libretro/prosystem-libretro"
arch="all"
license="GPL-2.0-only"
source="$pkgname-$_commit.tar.gz::https://github.com/libretro/prosystem-libretro/archive/$_commit.tar.gz"
builddir="$srcdir/prosystem-libretro-$_commit"
options="!check" # No tests

build() {
	make
}

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

sha512sums="c45334107b5fd3b5034e745a8600007c61b1f8da85061541cd44e93cc2dd7ddd5219e3b4ca79854d65a31f08c384f20a26c0afd35fea86d12704b02bed6907d1  libretro-prosystem-2f8bf387d665dea43e442d36b8a3a40f4d39574b.tar.gz"