blob: 15c68203c006ad03bbe610c6d253bbb3f6a2f213 (
plain)
1
2
3
4
5
6
7
8
|
require 'formula'
class Term < ScriptFileFormula
url 'https://github.com/liyanage/macosx-shell-scripts/raw/e29f7eaa1eb13d78056dec85dc517626ab1d93e3/term'
md5 '1bbf4509a50224b27ac8c20d3fe8682e'
version '2.1'
homepage 'https://github.com/liyanage/macosx-shell-scripts/blob/master/term'
end
|