infos

version : unknow
git : https://github.com/Wrench56/KritiC

build

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

cd ports
./build.sh kritic
./install kritic

manifest

GIT=https://github.com/Wrench56/KritiC

build() {
	make static CC=$CC LD=$LD CFLAGS=-DKRITIC_DISABLE_REDIRECT PLATFORM=stanix
}

install() {
	mkdir -p "$DESTDIR/$PREFIX/lib" && cp build/libkritic.a "$DESTDIR/$PREFIX/lib"
}

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