aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/darkhttpd.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/darkhttpd.rb')
-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