void-packages/srcpkgs/EmulationStation/template

20 lines
766 B
Bash
Raw Normal View History

2016-03-19 14:00:09 +01:00
# Template file for 'EmulationStation'
pkgname=EmulationStation
version=2.0.1a
revision=3
2016-03-19 14:00:09 +01:00
_githash=93f6e11c95f9e7a0c00d3a70c744b22d9a931127
build_style=cmake
makedepends="libcurl-devel MesaLib-devel freetype-devel freeimage-devel
SDL2-devel eigen boost-devel"
short_desc="A flexible emulator front-end"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="MIT"
homepage="https://github.com/Herdinger/EmulationStation"
distfiles="https://github.com/Herdinger/EmulationStation/archive/$_githash.tar.gz"
checksum=e144e06fdd64522c67f35b882eb0d8c5ab455075d9d3b4cd13e2c6f7764c7e38
wrksrc=EmulationStation-$_githash
2016-10-21 00:25:50 +02:00
case "$XBPS_TARGET_MACHINE" in
aarch64*) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/1393/steps/shell_3/logs/stdio";;
esac