fastd: revision for tuntap removal

make tuntap optional instead of recommended
This commit is contained in:
ilovezfs 2016-07-18 16:41:13 -07:00
parent 7771644303
commit 08d87cc99a

View file

@ -3,6 +3,8 @@ class Fastd < Formula
homepage "https://projects.universe-factory.net/projects/fastd"
url "https://projects.universe-factory.net/attachments/download/86/fastd-18.tar.xz"
sha256 "714ff09d7bd75f79783f744f6f8c5af2fe456c8cf876feaa704c205a73e043c9"
revision 1
head "https://git.universe-factory.net/fastd/", :using => :git
bottle do
@ -18,7 +20,7 @@ class Fastd < Formula
depends_on "pkg-config" => :build
depends_on "json-c"
depends_on "openssl" => :optional
depends_on :tuntap => :recommended
depends_on :tuntap => :optional
def install
args = std_cmake_args