We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc75b6a + 9ffde10 commit ca09a4cCopy full SHA for ca09a4c
Formula/c/curl.rb
@@ -62,6 +62,8 @@ class Curl < Formula
62
depends_on "libidn2"
63
end
64
65
+ conflicts_with "wcurl", because: "both install `wcurl` binary"
66
+
67
def install
68
tag_name = "curl-#{version.to_s.tr(".", "_")}"
69
if build.stable? && stable.mirrors.grep(/github\.com/).first.exclude?(tag_name)
Formula/w/wcurl.rb
@@ -12,6 +12,8 @@ class Wcurl < Formula
12
13
depends_on "curl"
14
15
+ conflicts_with "curl", because: "both install `wcurl` binary"
16
17
18
inreplace "wcurl", "CMD=\"curl \"", "CMD=\"#{Formula["curl"].opt_bin}/curl\""
19
bin.install "wcurl"
0 commit comments