mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
Port repos have been moved to the new SerenityPorts organization on GitHub, to declutter the main SerenityOS organization.
11 lines
307 B
Bash
Executable File
11 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
|