mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
23 lines
855 B
Text
23 lines
855 B
Text
# Contributor: David Demelier <markand@malikania.fr>
|
|
# Maintainer: David Demelier <markand@malikania.fr>
|
|
pkgname=libretro-o2em
|
|
pkgver=0_git20210325
|
|
pkgrel=0
|
|
_commit="0f13c969e6b7db021a9dc7a73ba7015227101024"
|
|
pkgdesc="port of O2EM to the libretro API, an Odyssey 2 / VideoPac emulator"
|
|
url="https://github.com/libretro/libretro-o2em"
|
|
arch="all"
|
|
license="Artistic-2.0"
|
|
source="$pkgname-$_commit.tar.gz::https://github.com/libretro/libretro-o2em/archive/$_commit.tar.gz"
|
|
builddir="$srcdir/libretro-o2em-$_commit"
|
|
options="!check" # No tests
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
install -Dm644 o2em_libretro.so "$pkgdir"/usr/lib/libretro/o2em_libretro.so
|
|
}
|
|
|
|
sha512sums="400d7d2fc1f6b1bf98c86f625831156c959b5bd09b40020d59aeb26e1092cc85839464a093906a57593af556a5880a49079131e0a9d97c39a3d1ed58087acf54 libretro-o2em-0f13c969e6b7db021a9dc7a73ba7015227101024.tar.gz"
|