From 1f22cc9668c42132d28919fc171fd3a6966f3652 Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Sun, 13 Aug 2023 08:47:12 +0100 Subject: [PATCH] Ports/ja2: Update formatting to be consistent with other ports --- Ports/ja2/package.sh | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Ports/ja2/package.sh b/Ports/ja2/package.sh index f759d663a6..cb14eb5dc2 100755 --- a/Ports/ja2/package.sh +++ b/Ports/ja2/package.sh @@ -1,7 +1,9 @@ #!/usr/bin/env -S bash ../.port_include.sh -port=ja2 -version=0.15.x -depends=("SDL2") +port='ja2' +version='0.15.x' +depends=( + 'SDL2' +) workdir="ja2-stracciatella-${version}" files=( "https://github.com/ja2-stracciatella/ja2-stracciatella/archive/refs/heads/${version}.zip 178375de4859d16a76276c781455bf48d3fa862841387c8aa6cfa4162f4f0ca4" @@ -9,9 +11,9 @@ files=( makeopts+=( 'SERENITY=1' ) -launcher_name="Jagged Alliance 2" -launcher_category=Games -launcher_command="/opt/ja2/ja2" +launcher_name='Jagged Alliance 2' +launcher_category='Games' +launcher_command='/opt/ja2/ja2' icon_file='Build/Res/jagged3.ico' install() {