blob: b02c762fec8a42c8f86e6fe844506334eff5c103 (
plain)
1
2
3
4
5
6
7
8
9
10
11
  | 
require 'formula'
class Sub2srt < Formula
  homepage 'https://github.com/robelix/sub2srt'
  url 'https://github.com/robelix/sub2srt/archive/0.5.3.tar.gz'
  sha1 'd0d1ed31adde5f3e6f117ca4e5a80b206d92b93f'
  def install
    bin.install 'sub2srt'
  end
end
  |