homebrew-core/Formula/rmate.rb

16 lines
417 B
Ruby
Raw Normal View History

class Rmate < Formula
desc "Edit files from an SSH session in TextMate"
homepage "https://github.com/textmate/rmate"
url "https://github.com/textmate/rmate/archive/v1.5.7.tar.gz"
sha256 "a84105e2c986ef39def5147fa83b8607bab41502177040f4324f5f94946a8e50"
2014-10-10 13:38:35 +00:00
head "https://github.com/textmate/rmate.git"
def install
bin.install "bin/rmate"
end
2014-10-10 13:38:35 +00:00
test do
system "#{bin}/rmate", "--version"
end
end