diff emulation/libretro-dolphin/libretro-dolphin.sh @ 1221:a47aaf9743a0

misc: backed out changeset 4ccc42bf0284 We will keep .sh for now.
author David Demelier <markand@malikania.fr>
date Fri, 15 Oct 2021 16:07:30 +0200
parents 4ccc42bf0284
children 325631424c65
line wrap: on
line diff
--- a/emulation/libretro-dolphin/libretro-dolphin.sh	Thu Sep 30 09:26:38 2021 +0200
+++ b/emulation/libretro-dolphin/libretro-dolphin.sh	Fri Oct 15 16:07:30 2021 +0200
@@ -15,7 +15,17 @@
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 
-. ./libretro-dolphin.info
+_COMMIT=e8f27d0c3439b7fa73fba55819589d4aa45e3536
+_SCOMMIT=$(echo $_COMMIT | awk '{ print substr($1, 0, 7) }')
+
+PKGNAME=libretro-dolphin
+PKGVERSION=$_SCOMMIT
+PKGREVISION=1
+PKGLICENSE="GPL-2.0-only"
+PKGSUMMARY="libretro implementation for dolphin (Nintendo Gamecube/WII)"
+PKGDOWNLOAD="https://github.com/libretro/dolphin/archive/$_COMMIT.tar.gz
+             https://raw.github.com/libretro/libretro-super/master/dist/info/dolphin_libretro.info"
+PKGDEPENDS="cmake:build"
 
 : ${CC:=clang}
 : ${CFLAGS:=-O2}