1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:07:34 +00:00

Ports/hatari: Update formatting to be consistent with other ports

This commit is contained in:
Tim Ledbetter 2023-08-13 08:15:53 +01:00 committed by Tim Schumacher
parent c79c145a0a
commit 2c60438b8e

View file

@ -1,14 +1,19 @@
#!/usr/bin/env -S bash ../.port_include.sh #!/usr/bin/env -S bash ../.port_include.sh
port=hatari port='hatari'
useconfigure=true useconfigure='true'
version='2.4.1' version='2.4.1'
depends=("SDL2" "zlib") depends=(
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt") 'SDL2'
'zlib'
)
configopts=(
"-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt"
)
files=( files=(
"https://github.com/hatari/hatari/archive/refs/tags/v${version}.tar.gz 68c5edbe60db7a83e6e9b427eaac1136b62653846d64e415850e88d9a6a2cbc2" "https://github.com/hatari/hatari/archive/refs/tags/v${version}.tar.gz 68c5edbe60db7a83e6e9b427eaac1136b62653846d64e415850e88d9a6a2cbc2"
) )
launcher_name=Hatari launcher_name='Hatari'
launcher_category=Games launcher_category='Games'
launcher_command='/usr/local/bin/hatari' launcher_command='/usr/local/bin/hatari'
icon_file='share/icons/hicolor/32x32/apps/hatari.png' icon_file='share/icons/hicolor/32x32/apps/hatari.png'