21 lines
688 B
Bash
21 lines
688 B
Bash
# Template file for 'starfighter'
|
|
pkgname=starfighter
|
|
version=2.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="exec_prefix=/usr"
|
|
hostmakedepends="pkg-config automake gettext python3"
|
|
makedepends="SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel pango-devel"
|
|
depends="desktop-file-utils"
|
|
short_desc="Side-scrolling shoot 'em up space game"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://pr-starfighter.github.io"
|
|
distfiles="https://github.com/pr-starfighter/starfighter/archive/v${version}.tar.gz"
|
|
checksum=d0757da7657253316053acf37dabf8e54607420d66a4d7cc2a9fc0d4b4d54074
|
|
replaces="starfighter-data>=0"
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|