blob: 5f0a6d8f3c1323d6d0994bd411264f576af3317b (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/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
|