18 lines
545 B
Bash
18 lines
545 B
Bash
# Template file for 'flare-game'
|
|
pkgname=flare-game
|
|
version=1.14
|
|
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=65758462070aa88842084f8ee69083d8226e93cfbf83481663276d8307494b8e
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|