7bd947eb0b
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
8 lines
No EOL
258 B
Ruby
8 lines
No EOL
258 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 |