blob: a58e8778c29c1e09342b24ce37ebf316960cd43a (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/bash ../.port_include.sh
port=doom
workdir=SerenityDOOM-master
version=serenity-git
curlopts="-L"
files="https://github.com/SerenityOS/SerenityDOOM/archive/master.tar.gz doom-git.tar.gz"
makeopts="-C doomgeneric/"
installopts="-C doomgeneric/"
|