New package: ivan-054
closes #3850 Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
This commit is contained in:
parent
930657a7b5
commit
988ed99625
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'ivan'
|
||||||
|
pkgname=ivan
|
||||||
|
version=054
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libpng-devel pcre-devel SDL2-devel SDL2_mixer-devel"
|
||||||
|
short_desc="Iter Vehemens ad Necem - a graphical roguelike game"
|
||||||
|
maintainer="travankor <travankor@tuta.io>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://attnam.com/wiki/Main_Page"
|
||||||
|
changelog="https://raw.githubusercontent.com/Attnam/ivan/master/NEWS"
|
||||||
|
distfiles="https://github.com/Attnam/ivan/archive/v${version}.tar.gz"
|
||||||
|
checksum=fa8c3e26c12d5e6c142cadaa1677dced9965aa132bb694fc0b0cae4b4716abd8
|
||||||
|
|
||||||
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
|
*-musl) broken="uses Glibc-specific backtrace_symbols_fd" ;;
|
||||||
|
esac
|
Loading…
Reference in New Issue