mirror of
https://github.com/RGBCube/serenity
synced 2025-10-18 03:22:06 +00:00

Port repos have been moved to the new SerenityPorts organization on GitHub, to declutter the main SerenityOS organization.
10 lines
307 B
Bash
Executable file
10 lines
307 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=doom
|
|
workdir=SerenityDOOM-master
|
|
version=git
|
|
files="https://github.com/SerenityPorts/SerenityDOOM/archive/master.tar.gz doom-git.tar.gz"
|
|
makeopts="-C doomgeneric/"
|
|
installopts="-C doomgeneric/"
|
|
launcher_name=Doom
|
|
launcher_category=Games
|
|
launcher_command=doom
|