darkhttpd 1.9

Closes Homebrew/homebrew#26213.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Lukas Stabe 2014-01-28 00:06:32 +01:00 committed by Mike McQuaid
parent 545d8e2f78
commit f5d4569f9d

12
Formula/darkhttpd.rb Normal file
View file

@ -0,0 +1,12 @@
require "formula"
class Darkhttpd < Formula
homepage "http://unix4lyfe.org/darkhttpd/"
url "http://unix4lyfe.org/darkhttpd/darkhttpd-1.9.tar.bz2"
sha1 "0d95d5bc4054ea3719b3a85c4ad6e5a839b3217e"
def install
system "make"
bin.install "darkhttpd"
end
end