15 lines
489 B
Bash
15 lines
489 B
Bash
# Template file for 'flare-game'
|
|
pkgname=flare-game
|
|
version=1.01
|
|
revision=1
|
|
noarch=yes
|
|
build_style=cmake
|
|
configure_args="-DDATADIR=share/flare"
|
|
depends="flare-engine>=1.01"
|
|
short_desc="Single-player 2D action RPG using the FLARE engine"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="GPL-3"
|
|
homepage="http://flarerpg.org/"
|
|
distfiles="https://github.com/clintbellanger/flare-game/archive/v${version}.tar.gz"
|
|
checksum=898df00b1f5f2cc26ef09c7e65d12806eb9aec8a310c80ff14e8851adc6e0cea
|