aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libretro-core-info/APKBUILD
blob: 4ba89699dbfcf0167b0910797101a09167d1eba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=libretro-core-info
pkgver=1.7.7
pkgrel=1
arch="noarch"
url="https://www.libretro.com/"
pkgdesc="Libretro core info files"
license="MIT"
source="$pkgname-$pkgver.tar.gz::https://github.com/libretro/$pkgname/archive/v$pkgver.tar.gz"
options="!check" # No code to test

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

sha512sums="14c4689592a8a3d1b59fdba4eb4a3fdfe8bcf7eb683bcdb04545d3c53b95f1fce97264188d7c55eb56b034b5be77819de313e7cca8d7d7b402f829fbf3626f0f  libretro-core-info-1.7.7.tar.gz"