mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 13:43:45 +03:00
24 lines
578 B
Bash
Executable File
24 lines
578 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='doom'
|
|
commit_hash='613f870b6fa83ede448a247de5a2571092fa729d'
|
|
workdir="doomgeneric-${commit_hash}"
|
|
version='git'
|
|
files=(
|
|
"https://github.com/ozkl/doomgeneric/archive/${commit_hash}.tar.gz#fabc3e41aca92f58dfdd284754891c17875ec8c995948b49396ead6bc05b8676"
|
|
)
|
|
depends=(
|
|
'SDL2'
|
|
'SDL2_mixer'
|
|
)
|
|
makeopts=(
|
|
'--directory=doomgeneric/'
|
|
'--file=Makefile.sdl'
|
|
)
|
|
installopts=(
|
|
'--directory=doomgeneric/'
|
|
'--file=Makefile.sdl'
|
|
)
|
|
launcher_name='Doom'
|
|
launcher_category='&Games'
|
|
launcher_command='/usr/local/bin/doom'
|