mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: wordwarvi-1.0.2
This commit is contained in:
parent
dc928e77b5
commit
577d70da6c
1 changed files with 20 additions and 0 deletions
20
srcpkgs/wordwarvi/template
Normal file
20
srcpkgs/wordwarvi/template
Normal file
|
@ -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 <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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue