vp-build/srcpkgs/cdogs-sdl/template

26 lines
837 B
Bash

# Template file for 'cdogs-sdl'
pkgname=cdogs-sdl
version=0.6.8
revision=1
build_style=cmake
configure_args="-DCDOGS_DATA_DIR=/usr/share/cdogs/"
hostmakedepends="pkg-config"
makedepends="SDL2-devel SDL2_mixer-devel SDL2_image-devel SDL2_net-devel"
depends="cdogs-sdl-data>=${version}_${revision}"
short_desc="A classic overhead run-and-gun game"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2.0-or-later"
homepage="http://cxong.github.io/cdogs-sdl/"
distfiles="https://github.com/cxong/cdogs-sdl/archive/${version}.tar.gz"
checksum=292091a528203de41d186ed910ef36413a8adb3549c4a864fcb3792b9901a6ff
CFLAGS="-Wno-restrict -Wno-format-truncation -Wno-stringop-overflow -Wno-stringop-truncation -Wno-format-overflow"
cdogs-sdl-data_package() {
short_desc+=" - data"
noarch=yes
pkg_install() {
vmove usr/share/cdogs
}
}