mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
11 lines
304 B
Bash
Executable File
11 lines
304 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=doom
|
|
workdir=SerenityDOOM-master
|
|
version=git
|
|
files="https://github.com/SerenityOS/SerenityDOOM/archive/master.tar.gz doom-git.tar.gz"
|
|
makeopts="-C doomgeneric/"
|
|
installopts="-C doomgeneric/"
|
|
launcher_name=Doom
|
|
launcher_category=Games
|
|
launcher_command=doom
|