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'
|
2013-11-19 14:05:38 +00:00
|
|
|
url 'https://github.com/robelix/sub2srt/archive/0.5.4.tar.gz'
|
|
|
|
sha1 '2aaaae905223b924a05978b3c52cad73d06828cc'
|
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
|