homebrew-core/Formula/sub2srt.rb

12 lines
258 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Sub2srt < Formula
homepage 'http://www.robelix.com/sub2srt/'
2013-01-28 03:27:37 +00:00
url 'http://www.robelix.com/sub2srt/download/sub2srt-0.5.3.tar.gz'
sha1 'eaecadc4caaaacddcd0e13202be722f13706acd4'
def install
2012-02-10 06:02:39 +00:00
bin.install 'sub2srt'
end
end