diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/rmate.rb | 11 |
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 |
