61b2307139
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
8 lines
No EOL
262 B
Ruby
8 lines
No EOL
262 B
Ruby
require 'formula'
|
|
|
|
class Term <ScriptFileFormula
|
|
@url='http://github.com/liyanage/macosx-shell-scripts/raw/e29f7eaa1eb13d78056dec85dc517626ab1d93e3/term'
|
|
@md5='1bbf4509a50224b27ac8c20d3fe8682e'
|
|
@version='2.1'
|
|
@homepage='http://gist.github.com/116587'
|
|
end |