19 lines
562 B
Bash
19 lines
562 B
Bash
# Template file for 'flare-game'
|
|
pkgname=flare-game
|
|
version=1.08
|
|
revision=1
|
|
noarch=yes
|
|
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/clintbellanger/flare-game/archive/v${version}.tar.gz"
|
|
checksum=425e1b8c85f53a666139051ffc97b3fec3811f3c15bbc353795b41dc609585a8
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|