18 lines
548 B
Bash
18 lines
548 B
Bash
# Template file for 'flare-game'
|
|
pkgname=flare-game
|
|
version=1.13.04
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DDATADIR=share/flare"
|
|
depends="flare-engine>=${version}"
|
|
short_desc="Single-player 2D action RPG using the FLARE engine"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later, CC-BY-SA-3.0"
|
|
homepage="http://flarerpg.org/"
|
|
distfiles="https://github.com/flareteam/flare-game/archive/v${version}.tar.gz"
|
|
checksum=bbb278516c46e96ecc9b9470af3c37348ccb5dc61d33bd91c4823c090ccf2c78
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|