c81d5b6ca6
Large refactor to Formula, mostly improving reliability and error handling but also layout and readability. General improvements so testing can be more complete. Patches are automatically downloaded and applied for Formula that return a list of urls from Formula::patches. Split out the brew command logic to facilitate testing. Facility from Adam Vandenberg to allow selective cleaning of files, added because Python doesn't work when stripped.
8 lines
No EOL
262 B
Ruby
8 lines
No EOL
262 B
Ruby
require 'brewkit'
|
|
|
|
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 |