From 675988c1baf595f1bf2cbff1775c03883008af83 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Mon, 30 Dec 2019 06:21:52 -0500 Subject: [PATCH] add dolphin-emu-dev template --- srcpkgs/dolphin-emu-dev/template | 16 ++++++++++++++++ srcpkgs/dolphin-emu-dev/update | 4 ++++ 2 files changed, 20 insertions(+) create mode 100644 srcpkgs/dolphin-emu-dev/template create mode 100644 srcpkgs/dolphin-emu-dev/update diff --git a/srcpkgs/dolphin-emu-dev/template b/srcpkgs/dolphin-emu-dev/template new file mode 100644 index 0000000..7931e19 --- /dev/null +++ b/srcpkgs/dolphin-emu-dev/template @@ -0,0 +1,16 @@ +# Template file for 'dolphin-emu-dev' +pkgname=dolphin-emu-dev +version=5.0.11405 +revision=1 +_git_hash=084344aa5d9a39fc05cfe952005e530766c3c29c +wrksrc="dolphin-${_git_hash}" +build_style=cmake +configure_args="-DENABLE_LTO=ON -DENABLE_LLVM=OFF -DENABLE_TESTS=OFF -DUSE_SHARED_ENET=ON -DENABLE_EGL=OFF" +hostmakedepends="pkg-config qt5-host-tools" +makedepends="SFML-devel ffmpeg-devel hidapi-devel libXi-devel libXrandr-devel libcurl-devel libenet-devel libevdev-devel eudev-libudev-devel lzo-devel mbedtls-devel miniupnpc-devel pulseaudio-devel pugixml-devel qt5-tools-devel" +short_desc="GameCube / Wii / Triforce emulator (development version)" +maintainer="Alison Watson " +license="GPL-3.0-or-later" +homepage="https://dolphin-emu.org/" +distfiles="https://github.com/dolphin-emu/dolphin/archive/${_git_hash}.tar.gz" +checksum=8285e5a511f926c0c8da7a0ae4be679fef580a37b69621cfcf8069dcfd7637cd diff --git a/srcpkgs/dolphin-emu-dev/update b/srcpkgs/dolphin-emu-dev/update new file mode 100644 index 0000000..fb806f6 --- /dev/null +++ b/srcpkgs/dolphin-emu-dev/update @@ -0,0 +1,4 @@ +site=https://dolphin-emu.org/download/ +version=5.0.11409 +pkgname= +pattern='\K[\d.-]+(?=)'