blob: 108cb2c7b66c7b33b180b7b1000893d2eefc0c4e (
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/'
  md5 'ce2dd86b008ab61b70cd1f2ed6054a4b'
  def install
    bin.install 'sub2srt'
  end
end
 |