vp-build/srcpkgs/wordwarvi/template

21 lines
692 B
Bash

# Template file for 'wordwarvi'
pkgname=wordwarvi
version=1.0.2
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="portaudio-devel gtk+-devel libvorbis-devel alsa-lib-devel"
short_desc="Word War vi is a side-scrolling shoot 'em up '80s style arcade game"
maintainer="Olga Ustuzhanina <me@laserbat.pw>"
license="GPL-2.0-or-later"
homepage="https://smcameron.github.io/wordwarvi/"
distfiles="https://github.com/smcameron/wordwarvi/archive/v${version}.tar.gz"
checksum=361d15af6edbe6db032db24de54e8f489a05b230572a8793b9889e2b8308a7ad
do_install() {
vbin wordwarvi
vmkdir usr/share/wordwarvi/sounds
vcopy sounds/*.ogg usr/share/wordwarvi/sounds
vman wordwarvi.6
}