1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 15:07:45 +00:00

Ports: Add launchers for some of the ports

This commit is contained in:
Gunnar Beutner 2021-04-20 18:36:03 +02:00 committed by Linus Groh
parent 1e5a7ca0a7
commit e72235b981
9 changed files with 57 additions and 5 deletions

View file

@ -5,6 +5,9 @@ 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"