vp-build/srcpkgs/cdogs-sdl/template

19 lines
620 B
Bash

# Template file for 'cdogs'
pkgname=cdogs-sdl
version=0.6.7
revision=1
build_style=cmake
hostmakedepends="pkg-config"
makedepends="SDL2-devel SDL2_mixer-devel SDL2_image-devel SDL2_net-devel"
short_desc="A classic overhead run-and-gun game"
maintainer="Enno Boland <gottox@voidlinux.eu>"
homepage="http://cxong.github.io/cdogs-sdl/"
license="GPL-2"
distfiles="https://github.com/cxong/cdogs-sdl/archive/$version.tar.gz"
checksum=af53c4f45938c4c57f630bc073ea84354ca5a6e26f4e315241a7ba9036c13b52
configure_args="-DCDOGS_DATA_DIR=/usr/share/cdogs/"
pre_configure() {
sed -i '/appveyor.yml.cmake/ s/^/#/' CMakeLists.txt
}