description

build

to build and install this package use the ports submodule in the stanix repo after having making stanix

cd ports
./clean.sh tld
./build.sh tld
./install.sh tld

precompiled

precompiled are currently not available

packages source

package source

manifest

GIT=https://github.com/tayoky/tld
COMMIT=da3e4842ff3f8cdd2c11de7b472ef7bd370398aa

configure() {
	./configure --host="$HOST" --cc="$CC" --prefix="$PREFIX"
}

build() {
	make
}

install() {
	make install
}

this page was generated using a script