From c3d5366ad4c9419f39022bc288dea8c5ea7e7de1 Mon Sep 17 00:00:00 2001 From: Nathan Toone Date: Sat, 27 Sep 2014 17:59:18 -0600 Subject: rmate 1.5.7 (new formula) Closes #32740. Signed-off-by: Mike McQuaid --- Library/Formula/rmate.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Library/Formula/rmate.rb (limited to 'Library/Formula') 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 -- cgit v1.2.3