diff games/wesnoth/wesnoth.info @ 1220:4ccc42bf0284

misc: split .sh with .info
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 09:26:38 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/games/wesnoth/wesnoth.info	Thu Sep 30 09:26:38 2021 +0200
@@ -0,0 +1,16 @@
+PKGNAME=wesnoth
+PKGVERSION=1.14.7
+PKGREVISION=1
+PKGLICENSE="GPL-2.0-only"
+PKGSUMMARY="turn-based strategy game in fantasy world"
+PKGDOWNLOAD="https://sourceforge.net/projects/wesnoth/files/$PKGNAME-${PKGVERSION%.*}/$PKGNAME-$PKGVERSION/$PKGNAME-$PKGVERSION.tar.bz2"
+PKGDEPENDS="sdl2-mixer
+            cmake:build
+            fontconfig
+            pango
+            sdl2-ttf
+            cairo
+            sdl2-image
+            boost
+            sdl2"
+PKGOPTIONS="FRIBIDI NLS NOTIFICATIONS"