19 lines
603 B
Bash
19 lines
603 B
Bash
# Template file for 'enyo-doom'
|
|
pkgname=enyo-doom
|
|
version=1.04
|
|
revision=1
|
|
_commit=c0f5b0fa22c2b80b1dc7a404494287cf69a32649
|
|
wrksrc=${pkgname}-${version}-${_commit}
|
|
build_style=cmake
|
|
makedepends="qt5-devel"
|
|
short_desc="Frontend for Doom engines"
|
|
maintainer="Michael Straube <straubem@gmx.de>"
|
|
license="GPL-2"
|
|
homepage="https://gitlab.com/sdcofer70/enyo-doom"
|
|
distfiles="${homepage}/repository/archive.tar.gz?ref=${version}>${pkgname}-${version}.tar.gz"
|
|
checksum=7dfe9eb50cc043c40af95cfe67121458998f3e762d5876711cf6b341b3bd5d02
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-host-tools qt5-devel"
|
|
fi
|