Remove bashreduce.
Moving this head-only formula to homebrew-alt.
This commit is contained in:
parent
16386daced
commit
71f3c18bfc
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
require 'formula'
|
||||
|
||||
class Bashreduce < Formula
|
||||
homepage 'https://github.com/erikfrey/bashreduce'
|
||||
head 'https://github.com/erikfrey/bashreduce.git'
|
||||
|
||||
def install
|
||||
bin.install "br"
|
||||
cd 'brutils' do
|
||||
system "make", "CFLAGS=#{ENV.cflags}", "BINDIR=#{bin}"
|
||||
bin.install "brp", "brm"
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue