Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
darkhttpd 1.9
Browse files Browse the repository at this point in the history
Closes #26213.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
ahti authored and MikeMcQuaid committed Feb 2, 2014
1 parent 25c4c01 commit c3d4cf8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 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

0 comments on commit c3d4cf8

Please sign in to comment.