New package: julius-1.6.0
This commit is contained in:
parent
c49266d294
commit
8122d8a0b1
1 changed files with 21 additions and 0 deletions
21
srcpkgs/julius/template
Normal file
21
srcpkgs/julius/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'julius'
|
||||
pkgname=julius
|
||||
version=1.6.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
makedepends="SDL2-devel SDL2_mixer-devel libpng-devel"
|
||||
short_desc="Open source re-implementation of Caesar III"
|
||||
maintainer="marmeladema <xademax@gmail.com>"
|
||||
license="AGPL-3.0-only"
|
||||
homepage="https://github.com/bvschaik/julius"
|
||||
distfiles="https://github.com/bvschaik/julius/archive/v${version}.tar.gz"
|
||||
checksum=f50eade82c1f011a642a89ec526fe9e9589ac44ffa6041e072577336233b8166
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
makedepends+=" libexecinfo-devel"
|
||||
configure_args="-DCMAKE_C_STANDARD_LIBRARIES=-lexecinfo"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
}
|
Loading…
Reference in a new issue