mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
20 lines
602 B
Bash
Executable file
20 lines
602 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='chocolate-doom'
|
|
version='3.0.1'
|
|
useconfigure='true'
|
|
use_fresh_config_sub='true'
|
|
config_sub_paths=('autotools/config.sub')
|
|
files="https://www.chocolate-doom.org/downloads/${version}/chocolate-doom-${version}.tar.gz chocolate-doom-${version}.tar.gz d435d6177423491d60be706da9f07d3ab4fabf3e077ec2a3fc216e394fcfc8c7"
|
|
auth_type='sha256'
|
|
depends=(
|
|
'libpng'
|
|
'libsamplerate'
|
|
'SDL2'
|
|
'SDL2_mixer'
|
|
'SDL2_net'
|
|
)
|
|
|
|
launcher_name='Chocolate Doom'
|
|
launcher_category='Games'
|
|
launcher_command='/usr/local/bin/chocolate-doom'
|
|
icon_file='data/doom.png'
|