aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorLukas Stabe2014-01-28 00:06:32 +0100
committerMike McQuaid2014-02-02 09:29:55 +0000
commitc3d4cf8af0acc749eb170fa25aa306c7d9fa43c7 (patch)
tree5f071805a2016caeb03eb09ec2813e147530ae99 /Library
parent25c4c01a8a872b38a806db19d4f04bdfe699045e (diff)
downloadhomebrew-c3d4cf8af0acc749eb170fa25aa306c7d9fa43c7.tar.bz2
darkhttpd 1.9
Closes #26213. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/darkhttpd.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/darkhttpd.rb b/Library/Formula/darkhttpd.rb
new file mode 100644
index 000000000..9ac3beffa
--- /dev/null
+++ b/Library/Formula/darkhttpd.rb
@@ -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