21 lines
788 B
Bash
21 lines
788 B
Bash
# Template file for 'devilutionX'
|
|
pkgname=devilutionX
|
|
version=1.4.1
|
|
revision=3
|
|
build_style=cmake
|
|
configure_args="-DVERSION_NUM=$version -DDISABLE_ZERO_TIER=ON"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="SDL2-devel SDL2_image-devel bzip2-devel libsodium-devel
|
|
gtest-devel fmt-devel zlib-devel"
|
|
short_desc="Diablo I engine for modern operating systems"
|
|
maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
|
|
license="Unlicense"
|
|
homepage="https://github.com/diasurgical/devilutionX"
|
|
changelog="https://raw.githubusercontent.com/diasurgical/devilutionX/master/docs/CHANGELOG.md"
|
|
distfiles="https://github.com/diasurgical/devilutionX/releases/download/${version}/devilutionx-src.tar.xz"
|
|
checksum=f80a5414bb7b5a5ae9f6dbc69cec4ae080c29dd0a8a553cedd405d631011da9f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|