ladybird/Ports/vitetris/package.sh
Tim Schumacher 2732545b4c Ports: Ensure that the download filename matches the URL basename
This is a preparation step for removing support for explicitly setting a
download filename entirely.
2023-08-08 19:57:43 +02:00

18 lines
537 B
Bash
Executable File

#!/usr/bin/env -S bash ../.port_include.sh
port=vitetris
useconfigure="true"
version="0.59.1"
files=(
"https://github.com/vicgeralds/vitetris/archive/refs/tags/v${version}.tar.gz v${version}.tar.gz 699443df03c8d4bf2051838c1015da72039bbbdd0ab0eede891c59c840bdf58d"
)
configopts=("--without-xlib" "--without-joystick" "--without-network")
launcher_name=vitetris
launcher_category=Games
launcher_command=tetris
launcher_run_in_terminal=true
configure() {
run chmod +x "$configscript"
run ./"$configscript" "${configopts[@]}"
}