mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
21 lines
669 B
Plaintext
21 lines
669 B
Plaintext
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: David Demelier <markand@malikania.fr>
|
|
pkgname=libretro-core-info
|
|
# Needs to be upgraded in sync with the retroarch aport
|
|
pkgver=1.15.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-core-info/archive/v$pkgver.tar.gz"
|
|
options="!check" # No code to test
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" make install
|
|
}
|
|
|
|
sha512sums="
|
|
573418f8e27b66dea312be6bceef9e46d03862a26b1f55033e909618dc4f1784ed9cc206f49c7903efec8583fd8cee6d4f77de4ca34682dfc33c1d75850eeb1b libretro-core-info-1.15.0.tar.gz
|
|
"
|