dnscrypt-proxy: use spec deps

This commit is contained in:
Jack Nagel 2013-09-20 10:15:52 -05:00
parent 46a1ca4535
commit f2038041e5

View file

@ -5,15 +5,15 @@ class DnscryptProxy < Formula
url 'http://download.dnscrypt.org/dnscrypt-proxy/dnscrypt-proxy-1.3.3.tar.bz2'
sha256 'd9aca5253b9fe0fd0bb756201e837d3b723c091e5be0eb3a81cf5432cedaec47'
head 'https://github.com/opendns/dnscrypt-proxy.git', :branch => 'master'
head do
url 'https://github.com/opendns/dnscrypt-proxy.git', :branch => 'master'
option "plugins", "Support plugins and install example plugins."
if build.head?
depends_on :automake
depends_on :libtool
end
option "plugins", "Support plugins and install example plugins."
depends_on 'libsodium'
def install