mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 06:14:58 +00:00
7 lines
248 B
Bash
Executable file
7 lines
248 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=doom
|
|
workdir=SerenityDOOM-master
|
|
version=serenity-git
|
|
files="https://github.com/SerenityOS/SerenityDOOM/archive/master.tar.gz doom-git.tar.gz"
|
|
makeopts="-C doomgeneric/"
|
|
installopts="-C doomgeneric/"
|