From 23b6eb11fe75b4d6f917fe6efb676d35dcecf4bc Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Wed, 10 Jun 2015 10:15:58 +0200 Subject: [PATCH] New package: darkhttpd-1.11 --- srcpkgs/darkhttpd/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/darkhttpd/template diff --git a/srcpkgs/darkhttpd/template b/srcpkgs/darkhttpd/template new file mode 100644 index 0000000000..22708a7b16 --- /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 +}