21 lines
606 B
Bash
21 lines
606 B
Bash
# Template file for 'Powermanga'
|
|
pkgname=Powermanga
|
|
version=0.93.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool SDL-devel"
|
|
makedepends="libpng-devel SDL_mixer-devel SDL_image-devel"
|
|
short_desc="Arcade 2D shoot-em-up game"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://linux.tlk.fr/games/Powermanga"
|
|
distfiles="https://github.com/brunonymous/Powermanga/archive/${version}.tar.gz"
|
|
checksum=010987a3cb27a1f9388a212f637977692284b5616952efa1efae09d2464e9249
|
|
|
|
pre_configure() {
|
|
./bootstrap
|
|
}
|
|
post_install() {
|
|
mv ${DESTDIR}/usr/{games,bin}
|
|
}
|