Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: hyperrogue-11.3f #20454

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
}