add dolphin-emu-dev template

master
an 2019-12-30 06:21:52 -05:00
parent 4ba85fb766
commit 675988c1ba
2 changed files with 20 additions and 0 deletions

View File

@ -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 <marrub@greyserv.net>"
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

View File

@ -0,0 +1,4 @@
site=https://dolphin-emu.org/download/
version=5.0.11409
pkgname=
pattern='<a href="/download/dev/[0-9a-z]*/">\K[\d.-]+(?=</a>)'