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.3.tar.gz'
sha1 'd0d1ed31adde5f3e6f117ca4e5a80b206d92b93f'
def install
2012-02-10 06:02:39 +00:00
bin.install 'sub2srt'
end
end