darkhttpd 1.9
Closes Homebrew/homebrew#26213. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
545d8e2f78
commit
f5d4569f9d
1 changed files with 12 additions and 0 deletions
12
Formula/darkhttpd.rb
Normal file
12
Formula/darkhttpd.rb
Normal 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
|
Loading…
Reference in a new issue