add trash/osxutils conflict

This commit is contained in:
Adam Vandenberg 2013-11-05 22:11:41 -08:00
parent 6c34ceca6b
commit bd4e79a075
2 changed files with 4 additions and 2 deletions

View file

@ -2,11 +2,11 @@ require 'formula'
class Osxutils < Formula
homepage 'https://github.com/vasi/osxutils'
head 'https://github.com/vasi/osxutils.git'
url 'https://github.com/vasi/osxutils/archive/v1.8.tar.gz'
sha1 'c3d20da36ecfae3abff07f482a572b3680a12b6d'
head 'https://github.com/vasi/osxutils.git'
conflicts_with 'trash', :because => 'both install a trash binary'
conflicts_with 'leptonica',
:because => "both leptonica and osxutils ship a `fileinfo` executable."

View file

@ -5,6 +5,8 @@ class Trash < Formula
url 'http://github.com/hasseg/trash/archive/v0.8.3.zip'
sha1 'de3489f7dbfe03dc490a3c7da22dba90998af3d1'
conflicts_with 'osxutils', :because => 'both install a trash binary'
def install
system "make"
system "make docs"