2010-10-16 03:56:31 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Sub2srt < Formula
|
2013-04-25 23:22:57 +00:00
|
|
|
homepage 'https://github.com/robelix/sub2srt'
|
|
|
|
url 'https://github.com/robelix/sub2srt/archive/0.5.3.tar.gz'
|
|
|
|
sha1 'd0d1ed31adde5f3e6f117ca4e5a80b206d92b93f'
|
2010-10-16 03:56:31 +00:00
|
|
|
|
|
|
|
def install
|
2012-02-10 06:02:39 +00:00
|
|
|
bin.install 'sub2srt'
|
2010-10-16 03:56:31 +00:00
|
|
|
end
|
|
|
|
end
|