aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/grc.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/grc.rb b/Library/Formula/grc.rb
index 763229b80..7520ca3e1 100644
--- a/Library/Formula/grc.rb
+++ b/Library/Formula/grc.rb
@@ -5,14 +5,11 @@ class Grc < Formula
url 'http://korpus.juls.savba.sk/~garabik/software/grc/grc_1.5.tar.gz'
sha1 'bcbe45992d2c4cb1d33e76aac6aa79b448124ce2'
- depends_on :python
-
conflicts_with 'cc65', :because => 'both install `grc` binaries'
def install
inreplace ['grc', 'grc.1'], '/etc', etc
inreplace ['grcat', 'grcat.1'], '/usr/local', prefix
- inreplace ['grc', 'grcat'], '#! /usr/bin/python', '#!/usr/bin/env python'
etc.install 'grc.conf'
bin.install %w[grc grcat]