15 lines
495 B
Bash
15 lines
495 B
Bash
# Template file for 'flare-game'
|
|
pkgname=flare-game
|
|
version=1.04
|
|
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"
|
|
homepage="http://flarerpg.org/"
|
|
distfiles="https://github.com/clintbellanger/flare-game/archive/v${version}.tar.gz"
|
|
checksum=4a4c52d5d6c8c3a1e21e1481ec23f50ec3079c39cff26ea467086baeaf0dd44b
|