2010-10-16 03:56:31 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Sub2srt < Formula
|
2010-10-16 03:56:31 +00:00
|
|
|
url 'http://www.robelix.com/sub2srt/download/sub2srt-0.5.3.tar.gz'
|
|
|
|
homepage 'http://www.robelix.com/sub2srt/'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 'eaecadc4caaaacddcd0e13202be722f13706acd4'
|
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
|