aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sub2srt.rb
blob: 633bbfb2d5c22bb6dd26d90486e57de6c0259a08 (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'formula'

class Sub2srt < Formula
  homepage 'http://www.robelix.com/sub2srt/'
  url 'http://www.robelix.com/sub2srt/download/sub2srt-0.5.3.tar.gz'
  sha1 'eaecadc4caaaacddcd0e13202be722f13706acd4'

  def install
    bin.install 'sub2srt'
  end
end