homebrew-core/Formula/sub2srt.rb

12 lines
256 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Sub2srt < Formula
homepage 'https://github.com/robelix/sub2srt'
url 'https://github.com/robelix/sub2srt/archive/0.5.4.tar.gz'
sha1 '2aaaae905223b924a05978b3c52cad73d06828cc'
def install
2012-02-10 06:02:39 +00:00
bin.install 'sub2srt'
end
end