blob: 4e41f528acf3ec9f95a6e781579b530500bf33aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
  | 
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
  |