15 lines
546 B
Bash
15 lines
546 B
Bash
# Template file for 'cdogs'
|
|
pkgname=cdogs-sdl
|
|
version=0.6.6
|
|
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=5552327ed7ca358acfbb20e9cf4d92443e70f624ca356c744724478cb7e9eb21
|
|
configure_args="-DCDOGS_DATA_DIR=/usr/share/cdogs/"
|