mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
22 lines
861 B
Text
22 lines
861 B
Text
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: David Demelier <markand@malikania.fr>
|
|
pkgname=libretro-database
|
|
# Needs to be upgraded in sync with the retroarch aport
|
|
pkgver=1.14.0
|
|
pkgrel=0
|
|
arch="noarch"
|
|
url="https://www.libretro.com"
|
|
pkgdesc="Libretro core info files"
|
|
license="MIT"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/libretro/libretro-database/archive/v$pkgver.tar.gz
|
|
fix-busybox-incompability.patch"
|
|
options="!check" # No code to test
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" make install
|
|
}
|
|
|
|
sha512sums="
|
|
de2f5fec9e5ba5211fed81e22c0dc255190a8ce35260a258db96419a6505906f5890aa20e6e908a250a1eb1b063c1cf48deb142d541d04e4e58c1f3fdbf78378 libretro-database-1.14.0.tar.gz
|
|
6a028c7bc03666a888bf98d09676d9270bcf6634a00fa8cbcf506dedc9ed9ee588351cac5b102e0f3c048acd3be3afcdc9bf167de6e982b30b2784235877b479 fix-busybox-incompability.patch
|
|
"
|