mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
15 lines
514 B
Bash
Executable file
15 lines
514 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 vitetris.tar.gz 699443df03c8d4bf2051838c1015da72039bbbdd0ab0eede891c59c840bdf58d"
|
|
configopts="--without-xlib --without-joystick --without-network"
|
|
auth_type=sha256
|
|
launcher_name=vitetris
|
|
launcher_category=Games
|
|
launcher_command="Terminal -e tetris"
|
|
|
|
configure() {
|
|
run chmod +x "$configscript"
|
|
run ./"$configscript" $configopts
|
|
}
|