brew/Library/Homebrew/brewkit.rb
Max Howell 543a113712 Some subdirs and renames to aid homebrew n00bs
The classes better reflect their contents. I'm sure this change may be
contentious, but I am a sucker for trying to create source bases that are easy
to get to grips with and easy to navigate.

brewkit.rb is now a deprecated file.
2009-10-15 16:51:53 +01:00

5 lines
147 B
Ruby

require 'utils'
opoo "brewkit.rb is deprecated please require 'formula' instead"
puts "This file will be removed at version 0.7"
require 'formula'