diff options
Diffstat (limited to 'Formula/__template.rb')
| -rw-r--r-- | Formula/__template.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Formula/__template.rb b/Formula/__template.rb deleted file mode 100644 index 2d7ba2407..000000000 --- a/Formula/__template.rb +++ /dev/null @@ -1,11 +0,0 @@ -$:.unshift "#{File.dirname __FILE__}/../Cellar/homebrew" #rubysucks -require 'brewkit' - -homepage='' -url='' -md5='' # leave this blank and brewkit will error out, but show you the md5 - -Formula.new(url, md5).brew do |prefix| - system "./configure --disable-debug --prefix='#{prefix}'" - system "make install" # if this fails, split into two steps -end
\ No newline at end of file |
