bugcrazy ea8bd86610 devilutionX: update to 1.1.0
By ericonr:
- don't define our own do_install
- remove INSTALL.msg (mostly unnecessary)

Closes: #25511 [via git-merge-pr]
2021-02-15 01:26:21 -03:00

19 lines
748 B
Bash

# Template file for 'devilutionX'
pkgname=devilutionX
version=1.1.0
revision=1
build_style=cmake
configure_args="-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=395ec298df5383abe60550d45adba5e5811984589ccb1e504891b267b3c467c1
nocross="https://build.voidlinux.org/builders/aarch64-musl_builder/builds/25453/steps/shell_3/logs/stdio"
post_install() {
vlicense LICENSE
}