From f85b986a2e936b69ddb558c18d770c69ed077cf6 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 12 Nov 2013 20:52:49 -0800 Subject: lci/lolcode conflict --- Library/Formula/lolcode.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library/Formula/lolcode.rb') diff --git a/Library/Formula/lolcode.rb b/Library/Formula/lolcode.rb index 4c016c70f..64825344c 100644 --- a/Library/Formula/lolcode.rb +++ b/Library/Formula/lolcode.rb @@ -2,13 +2,14 @@ require 'formula' class Lolcode < Formula homepage 'http://lolcode.org' + head 'https://github.com/justinmeza/lolcode.git' url 'https://github.com/justinmeza/lci/archive/v0.11.1.tar.gz' sha1 '9949a2480a738ac566dbe66142dd351f778fb8b7' - head 'https://github.com/justinmeza/lolcode.git' - depends_on 'cmake' => :build + conflicts_with 'lci', :because => 'both install `lci` binaries' + def install system "cmake ." system "make" -- cgit v1.2.3