aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Toone2014-09-27 17:59:18 -0600
committerMike McQuaid2014-10-10 14:36:22 +0100
commitc3d5366ad4c9419f39022bc288dea8c5ea7e7de1 (patch)
tree4a665a8687c08591921ad7999ca4c64f141a543f
parentc32db7bdaaedbf94d070ac13c1f8c42bd79c3853 (diff)
downloadhomebrew-c3d5366ad4c9419f39022bc288dea8c5ea7e7de1.tar.bz2
rmate 1.5.7 (new formula)
Closes #32740. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/rmate.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/rmate.rb b/Library/Formula/rmate.rb
new file mode 100644
index 000000000..9222f75e6
--- /dev/null
+++ b/Library/Formula/rmate.rb
@@ -0,0 +1,11 @@
+require "formula"
+
+class Rmate < Formula
+ homepage "https://github.com/textmate/rmate"
+ url "https://github.com/textmate/rmate/archive/v1.5.7.tar.gz"
+ sha1 "2f139c88c128b89626da56a00441602e7121be62"
+
+ def install
+ bin.install "bin/rmate"
+ end
+end