14 lines
495 B
Bash
14 lines
495 B
Bash
# Template file for 'flare-game'
|
|
pkgname=flare-game
|
|
version=1.03
|
|
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=9d29f44527ff59999adfbd9330cb1b7cb5b4f4d10441c9cf1b0dc9c8638beab8
|