2025-02-03 14:36:29 -05:00

23 lines
670 B
Bash

# Template file for 'sopwith'
pkgname=sopwith
version=2.7.0
revision=1
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="SDL2-devel"
short_desc="Sidescrolling shoot 'em up game"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://fragglet.github.io/sdl-sopwith/"
distfiles="https://github.com/fragglet/sdl-sopwith/archive/sdl-sopwith-${version}.tar.gz"
checksum=48e90f1c837fbe8c91f639500c70c69493cb6ec22f7e769b2e27d252c167033e
pre_configure() {
autoreconf -fi
}
post_install() {
vinstall ${FILESDIR}/sopwith.png 644 usr/share/pixmaps
vinstall ${FILESDIR}/sopwith.desktop 644 usr/share/applications
}