diff --git a/srcpkgs/darkhttpd/template b/srcpkgs/darkhttpd/template new file mode 100644 index 00000000000..22708a7b160 --- /dev/null +++ b/srcpkgs/darkhttpd/template @@ -0,0 +1,15 @@ +# Template file for 'darkhttpd' +pkgname=darkhttpd +version=1.11 +revision=1 +build_style=gnu-makefile +short_desc="A small and secure static webserver" +maintainer="Andrea Brancaleoni " +license="BSD" +homepage="https://dmr.ath.cx/net/darkhttpd/" +distfiles="$homepage/$pkgname-$version.tar.bz2" +checksum=afad244add43c53010b36ada6ccdf1a854885cb37d6aeff103ad0aa4aed96c51 + +do_install() { + vbin darkhttpd +}