aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/term.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/term.rb')
-rw-r--r--Library/Formula/term.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/Library/Formula/term.rb b/Library/Formula/term.rb
new file mode 100644
index 000000000..427d3607a
--- /dev/null
+++ b/Library/Formula/term.rb
@@ -0,0 +1,10 @@
+require 'brewkit'
+
+class Term <UncompressedScriptFormula
+ def initialize
+ @url='http://github.com/liyanage/macosx-shell-scripts/raw/e29f7eaa1eb13d78056dec85dc517626ab1d93e3/term'
+ @md5='1bbf4509a50224b27ac8c20d3fe8682e'
+ @version='2.1'
+ @homepage='http://gist.github.com/116587'
+ end
+end \ No newline at end of file