Remove bashreduce.

Moving this head-only formula to homebrew-alt.
This commit is contained in:
Adam Vandenberg 2012-03-16 21:58:26 -07:00
parent 16386daced
commit 71f3c18bfc

View file

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