Skip to content

Commit

Permalink
New package: hyperrogue-11.3f
Browse files Browse the repository at this point in the history
  • Loading branch information
B. Wilson committed Apr 23, 2020
1 parent e92e3d2 commit 6ca99ac
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions srcpkgs/hyperrogue/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Template file for 'hyperrogue'
pkgname=hyperrogue
version=11.3f
revision=1
build_style=gnu-configure
hostmakedepends="autoconf automake"
makedepends="glew-devel libpng-devel SDL-devel SDL_gfx-devel SDL_mixer-devel SDL_ttf-devel zlib-devel"
short_desc="SDL rogue-like in a non-euclidean world"
maintainer="B. Wilson <x@wilsonb.com>"
license="GPL-2.0-or-later, CC-BY-SA-4.0, CC-BY-SA-3.0, CC-BY-3.0, Public Domain"
homepage="https://www.roguetemple.com/z/hyper/"
distfiles="https://github.com/zenorogue/hyperrogue/archive/v${version}.tar.gz"
checksum=5451b35860c940adc422d455e42d702a76eb6595450e92cb2c0e432cf77ddd9b
nocross="Generates code from build output that must run on host"

# SDL_gfx-devel headers require that SDL.h be under the header search paths,
# which are not set correctly by upstream.
CXXFLAGS+=" -I/usr/include/SDL"

pre_configure() {
autoreconf -i
}

0 comments on commit 6ca99ac

Please sign in to comment.