File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ # Template file for 'ltris2'
2+ pkgname=ltris2
3+ version=2.0.4
4+ revision=1
5+ archs="~*-musl" # Version 2 fails to build on musl
6+ build_style=gnu-configure
7+ configure_args="--disable-nls --localstatedir=/var/games/$pkgname"
8+ makedepends="SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel"
9+ short_desc="Tetris clone using SDL2"
10+ maintainer="Orphaned <orphan@voidlinux.org>"
11+ license="GPL-3.0-only"
12+ homepage="https://lgames.sourceforge.io/LTris/"
13+ changelog="https://raw.githubusercontent.com/kulkanie/ltris2/refs/heads/main/Changelog"
14+ distfiles="${SOURCEFORGE_SITE}/lgames/${pkgname}-${version}.tar.gz"
15+ checksum=482150495f9d87bb139d5af1abec7030383c37fdb3e75a45e9bad67ead798eda
16+ nocheckperms=yes # uses a world-writable .hscr file for global leaderboard
You can’t perform that action at this time.
0 commit comments