We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b28d2 commit 60690bdCopy full SHA for 60690bd
1 file changed
srcpkgs/ltris2/template
@@ -0,0 +1,16 @@
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
0 commit comments