aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-13 20:26:00 -0800
committerAdam Vandenberg2012-02-13 21:53:06 -0800
commit214b06a63ff0cc074ab1523d45aa45226600db9f (patch)
treeb08123ad45b98cbbfa4187d9d83ff0d077f0717e /Library/Formula
parentfb27b8819e7d778bc39ac3df25f140bbff885a0d (diff)
downloadhomebrew-214b06a63ff0cc074ab1523d45aa45226600db9f.tar.bz2
Remove greg.
head-only formula
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/greg.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/Library/Formula/greg.rb b/Library/Formula/greg.rb
deleted file mode 100644
index 4ecd5c990..000000000
--- a/Library/Formula/greg.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-require 'formula'
-
-class Greg < Formula
- head 'https://github.com/nddrylliog/greg.git'
- homepage 'https://github.com/nddrylliog/greg'
-
- def install
- inreplace 'Makefile' do |s|
- s.change_make_var! "PREFIX", prefix
- end
-
- bin.mkdir
- system "make install"
- end
-end