void-packages/srcpkgs/EmptyEpsilon/template
2021-03-09 13:34:06 +01:00

24 lines
1,004 B
Bash

# Template file for 'EmptyEpsilon'
pkgname=EmptyEpsilon
_ver_major=2020
_ver_minor=11
_ver_patch=23
version="${_ver_major}.${_ver_minor}.${_ver_patch}"
revision=3
wrksrc="EmptyEpsilon-EE-${version}"
build_style=cmake
configure_args="-DSERIOUS_PROTON_DIR=$XBPS_BUILDDIR/SeriousProton-EE-${version}
-DCPACK_PACKAGE_VERSION=${version}
-DCPACK_PACKAGE_VERSION_MAJOR=$_ver_major
-DCPACK_PACKAGE_VERSION_MINOR=$_ver_minor
-DCPACK_PACKAGE_VERSION_PATCH=$_ver_patch"
hostmakedepends="python3"
makedepends="SFML-devel glu-devel"
short_desc="Open source starship bridge simulator"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://daid.github.io/EmptyEpsilon/"
distfiles="https://github.com/daid/EmptyEpsilon/archive/EE-${version}.tar.gz
https://github.com/daid/SeriousProton/archive/EE-${version}.tar.gz>SP-${version}.tar.gz"
checksum="339df2f3b57135663cb7bd253d7e157c3c5d457137bc6ed4c9651f48e8e6bf0c
7552ab3b2a82735401aba2215ae5bcae5fa2c9946b709ff77e0c2cc5a60abc23"