index
:
homebrew
gh-pages
go
master
ranger-1.7.0
:beer: The missing package manager for OS X.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Formula
/
dnscrypt-proxy.rb
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
require
'formula'
class
Libmicrohttpd
<
Formula
homepage
'http://www.gnu.org/software/libmicrohttpd/'
url
'http://ftpmirror.gnu.org/libmicrohttpd/libmicrohttpd-0.9.33.tar.gz'
mirror
'http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.33.tar.gz'
sha1
'75f53089ba86b5aa4e4eeb2579c47fed6ca63c72'
def
install
system
"./configure"
,
"--prefix=
#{
prefix
}
"
,
"--disable-dependency-tracking"
system
"make install"
end
end