# Contributor: David Demelier <markand@malikania.fr>
# Maintainer: David Demelier <markand@malikania.fr>
pkgname=libretro-stella2014
pkgver=0_git20241021
pkgrel=0
_commit="3cc89f0d316d6c924a5e3f4011d17421df58e615"
pkgdesc="port of Stella to libretro"
url="https://github.com/libretro/stella2014-libretro"
arch="all"
license="GPL-2.0-only"
source="$pkgname-$_commit.tar.gz::https://github.com/libretro/stella2014-libretro/archive/$_commit.tar.gz"
builddir="$srcdir/stella2014-libretro-$_commit"
options="!check" # No tests

build() {
	make
}

package() {
	install -Dm644 stella2014_libretro.so "$pkgdir"/usr/lib/libretro/stella2014_libretro.so
}

sha512sums="
ac7e818f44f45c0e0721516b2a93b087f1bd4519c9bb5bff156fe92964725bdb08252d5b00672d2db9fa96acd9c74987fc41b05f16d06dc8313627e8d8f36451  libretro-stella2014-3cc89f0d316d6c924a5e3f4011d17421df58e615.tar.gz
"
