2021-01-22 19:44:05 +03:00
|
|
|
#!/usr/bin/env -S bash ../.port_include.sh
|
2023-07-11 02:13:44 +03:00
|
|
|
port='quake'
|
|
|
|
version='0.65'
|
|
|
|
workdir='SerenityQuake-master'
|
|
|
|
useconfigure='false'
|
|
|
|
archive_hash='81172c57839b3ec75bdc18d4ec4ec00a1460da84c596b4b8e5eb65a5a3a8309a'
|
2023-07-10 14:10:29 +03:00
|
|
|
files=(
|
2023-08-07 22:10:39 +03:00
|
|
|
"https://github.com/SerenityPorts/SerenityQuake/archive/master.tar.gz ${archive_hash}"
|
2023-07-10 14:10:29 +03:00
|
|
|
)
|
2023-07-11 02:13:44 +03:00
|
|
|
makeopts+=(
|
|
|
|
'V=1'
|
|
|
|
'SYMBOLS_ON=Y'
|
|
|
|
)
|
|
|
|
depends=(
|
|
|
|
'SDL2'
|
|
|
|
)
|
|
|
|
launcher_name='Quake'
|
|
|
|
launcher_category='Games'
|
|
|
|
launcher_command='/bin/quake'
|
|
|
|
icon_file='quake.png'
|