infos

version : unknow
website : https://ozkl.github.io/
git : https://github.com/ozkl/doomgeneric.git

build

To build, once stanix’s core is compiled, run

cd ports
./build.sh doomgeneric
./install doomgeneric

manifest

GIT=https://github.com/ozkl/doomgeneric.git
COMMIT=dd975839780b4c957c4597f77ccadc3dc592a038
WEBSITE=https://ozkl.github.io/

build() {
	# pretty weird but make must be run in a sub dir
	cd doomgeneric
	make -f Makefile.stanix SYSROOT="$SYSROOT"
}

install() {
	cd doomgeneric
	mkdir -p "$DESTDIR/$PREFIX/bin"
	cp ./doom "$DESTDIR/$PREFIX/bin"
}

This package manifest and it’s associed patches can be found at https://github.com/tayoky/ports/blob/main/ports/doomgeneric.