Remove greg.
head-only formula
This commit is contained in:
parent
d2482e816f
commit
5b60d1e39c
1 changed files with 0 additions and 15 deletions
|
@ -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
|
Loading…
Reference in a new issue