17 lines
546 B
Bash
17 lines
546 B
Bash
# Template file for 'flare-game'
|
|
pkgname=flare-game
|
|
version=1.12
|
|
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="Diogo Leal <diogo@diogoleal.com>"
|
|
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=19a909f2c6e0868baae823bb491e8840d5fb3e0454f00201de8da119772e5160
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|