ladybird/Ports/scummvm/package.sh

18 lines
522 B
Bash
Raw Normal View History

2021-04-04 03:15:05 +03:00
#!/usr/bin/env -S bash ../.port_include.sh
port=scummvm
useconfigure="true"
version="2.2.0"
files="https://downloads.scummvm.org/frs/scummvm/${version}/scummvm-${version}.tar.gz scummvm-${version}.tar.gz f48f07347e5ab0b3094a868367c0e1f2"
auth_type=md5
2021-04-04 03:15:05 +03:00
depends="SDL2"
configopts="
--enable-c++11
--enable-release-mode
--enable-optimizations
--opengl-mode=none
--with-sdl-prefix=${SERENITY_BUILD_DIR}/Root/usr/local
"
2021-04-24 01:09:26 +03:00
launcher_name=ScummVM
launcher_category=Games
launcher_command=/usr/local/bin/scummvm