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.
1 parent 6e893f1 commit 9ffde10Copy full SHA for 9ffde10
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
def install
18
inreplace "wcurl", "CMD=\"curl \"", "CMD=\"#{Formula["curl"].opt_bin}/curl\""
19
bin.install "wcurl"
0 commit comments