aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/src.rb
diff options
context:
space:
mode:
authorSamer Masterson2015-04-02 19:12:59 -0700
committerMike McQuaid2015-04-07 09:29:21 +0100
commit2e219cf655eeae0e970ce2c1b374746f07bf7555 (patch)
treef5ad76a6dd0e0892096176123daf99d416b4ea69 /Library/Formula/src.rb
parentd0dd261dcdd46a7d3bf001759971e462d76ef996 (diff)
downloadhomebrew-2e219cf655eeae0e970ce2c1b374746f07bf7555.tar.bz2
srclib 0.0.42 (new formula)
Add srclib to Homebrew. srclib is a language-agnostic language analysis tool. srclib installs as the binary 'src'. Closes #37651. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/src.rb')
-rw-r--r--Library/Formula/src.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/src.rb b/Library/Formula/src.rb
index 769b9cdab..bf0296305 100644
--- a/Library/Formula/src.rb
+++ b/Library/Formula/src.rb
@@ -12,6 +12,8 @@ class Src < Formula
sha256 "22e3c9dd3842b0d308c56832a04116f7ce8b0a6055a95c4b42c2d3548f02fe5d" => :mountain_lion
end
+ conflicts_with "srclib", :because => "both install a 'src' binary"
+
depends_on "rcs"
depends_on "asciidoc" if build.head?