Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
parallel and moreutils conflict
Browse files Browse the repository at this point in the history
Closes #16719.
  • Loading branch information
jacknagel committed Dec 24, 2012
1 parent 6cdd56b commit 9df4660
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Library/Formula/moreutils.rb
Expand Up @@ -6,6 +6,9 @@ class Moreutils < Formula
mirror 'http://ftp.us.debian.org/debian/pool/main/m/moreutils/moreutils_0.47.tar.gz'
sha1 '0459608fdb37bc59605d7a476717693afd133e00'

conflicts_with 'parallel',
:because => "both install a 'parallel' executable."

def install
# Building the man pages requires DocBook, so we skip them.
scripts = %w[chronic combine ts vidir vipe zrun]
Expand Down
3 changes: 3 additions & 0 deletions Library/Formula/parallel.rb
Expand Up @@ -6,6 +6,9 @@ class Parallel < Formula
mirror 'http://ftp.gnu.org/gnu/parallel/parallel-20121222.tar.bz2'
sha256 '0ce96ad4e36734baae7ce6c8d99d004810fbfdf5209d6f86d5b5fc9a92dc17f8'

conflicts_with 'moreutils',
:because => "both install a 'parallel' executable."

def install
system "./configure", "--prefix=#{prefix}"
system "make install"
Expand Down

0 comments on commit 9df4660

Please sign in to comment.