mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-26 08:02:26 +02:00
20 lines
800 B
Plaintext
20 lines
800 B
Plaintext
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=libretro-database
|
|
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/libretro-database/archive/v$pkgver.tar.gz
|
|
fix-busybox-incompability.patch"
|
|
options="!check" # No code to test
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" make install
|
|
}
|
|
|
|
sha512sums="9e0c590439e9de0e3d3ce3b0d43f777eb39e118753f4acd87d902329bbe6d2b6d18b7554bbaba2bc5b4e44c325490e5e543c5b07eae37be0cce41343d18b965b libretro-database-1.7.7.tar.gz
|
|
41670da3518bf5aa80f0916e94f81c6aed4c8ca5c1cae941c521440d5c019b96c3594e2efc3849e397d71deda8b9db7bed6fabb0ecf305572688179bbffc1406 fix-busybox-incompability.patch"
|