18 lines
665 B
Bash
18 lines
665 B
Bash
# Template file for 'devilutionX'
|
|
pkgname=devilutionX
|
|
version=1.2.1
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DVERSION_NUM=$version -DBINARY_RELEASE=ON -DTTF_FONT_PATH=\"/usr/share/fonts/truetype/CharisSILB.ttf\""
|
|
makedepends="SDL2-devel SDL2_ttf-devel SDL2_mixer-devel libsodium-devel"
|
|
short_desc="Diablo I engine for modern operating systems"
|
|
maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
|
|
license="Unlicense"
|
|
homepage="https://github.com/diasurgical/devilutionX"
|
|
distfiles="https://github.com/diasurgical/devilutionX/archive/${version}.tar.gz"
|
|
checksum=002dcbd4d4a5bdf8db1a3ec01139e5bfbed46d6a1caa32b17c9f2df161ad3521
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|