Skip to content

Commit 60690bd

Browse files
committed
New package: ltris2-2.0.4
1 parent 59b28d2 commit 60690bd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

srcpkgs/ltris2/template

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)