diff --git a/srcpkgs/wordwarvi/template b/srcpkgs/wordwarvi/template new file mode 100644 index 00000000000..440ba61bfe7 --- /dev/null +++ b/srcpkgs/wordwarvi/template @@ -0,0 +1,20 @@ +# 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 " +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 +}