Remove greg.

head-only formula
This commit is contained in:
Adam Vandenberg 2012-02-13 20:26:00 -08:00
parent d2482e816f
commit 5b60d1e39c

View file

@ -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