# Description: a modern full-featured (and hoperully) secure gopher daemon # URL: https://github.com/prologic/gophernicus # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io name=gophernicus version=2.5 release=1 source=(http://gophernicus.org/software/$name/$name-$version.tar.gz) build() { cd $name-$version MAKEFLAGS=-j1 make make DESTDIR=$PKG install }