988ed99625
closes #3850 Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
18 lines
671 B
Bash
18 lines
671 B
Bash
# 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
|