darkhttpd 1.10
Closes Homebrew/homebrew#30871. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
e5c3c15ef6
commit
10371f7c7d
1 changed files with 6 additions and 2 deletions
|
@ -2,11 +2,15 @@ require "formula"
|
|||
|
||||
class Darkhttpd < Formula
|
||||
homepage "http://unix4lyfe.org/darkhttpd/"
|
||||
url "http://unix4lyfe.org/darkhttpd/darkhttpd-1.9.tar.bz2"
|
||||
sha1 "0d95d5bc4054ea3719b3a85c4ad6e5a839b3217e"
|
||||
url "http://unix4lyfe.org/darkhttpd/darkhttpd-1.10.tar.bz2"
|
||||
sha1 "95443b7374817137e58e28ebfff47d322cfbad25"
|
||||
|
||||
def install
|
||||
system "make"
|
||||
bin.install "darkhttpd"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/darkhttpd", "--help"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue