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 Mar 30, 2020
1 parent ec937e4 commit 5fc3ffd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions srcpkgs/hyperrogue/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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-3.0-or-later"
homepage="https://www.roguetemple.com/z/hyper/"
distfiles="https://github.com/zenorogue/hyperrogue/archive/v${version}.tar.gz"
checksum=5451b35860c940adc422d455e42d702a76eb6595450e92cb2c0e432cf77ddd9b

pre_configure() {
autoreconf -i
}

pre_build() {
ln -s SDL/SDL.h /usr/include/SDL.h
}

0 comments on commit 5fc3ffd

Please sign in to comment.