From 6591d423d480223bc331278cee972604835db6d5 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sun, 6 Jun 2021 19:37:47 +0200 Subject: [PATCH] Ports: Install launcher for Freeciv --- Ports/freeciv/package.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Ports/freeciv/package.sh b/Ports/freeciv/package.sh index 18a9e65dc7..ec3790daf9 100755 --- a/Ports/freeciv/package.sh +++ b/Ports/freeciv/package.sh @@ -6,3 +6,7 @@ configopts="--enable-client=sdl2 --enable-fcmp=no" files="http://files.freeciv.org/beta/freeciv-${version}.tar.xz freeciv-${version}.tar.xz 9f44dc28068b239c18bda68192ddb27622030880f8ab9c17f777eac28391269e" auth_type=sha256 depends="SDL2 SDL2_image SDL2_mixer SDL2_ttf SDL2_gfx zstd libicu xz gettext curl" +launcher_name=Freeciv +launcher_category=Games +launcher_command=/usr/local/bin/freeciv-sdl2 +icon_file=windows/client.ico