88779ade49
Closes Homebrew/homebrew#14653.
11 lines
258 B
Ruby
11 lines
258 B
Ruby
require 'formula'
|
|
|
|
class Sub2srt < Formula
|
|
url 'http://www.robelix.com/sub2srt/download/sub2srt-0.5.3.tar.gz'
|
|
homepage 'http://www.robelix.com/sub2srt/'
|
|
sha1 'eaecadc4caaaacddcd0e13202be722f13706acd4'
|
|
|
|
def install
|
|
bin.install 'sub2srt'
|
|
end
|
|
end
|