New package: Powermanga-0.93.1.

This commit is contained in:
Juan RP 2019-07-02 11:26:53 +02:00
parent d9b31ad642
commit 151f50c002
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368

View File

@ -0,0 +1,20 @@
# 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="Juan RP <xtraeme@gmail.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}
}