diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sub2srt.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/sub2srt.rb b/Library/Formula/sub2srt.rb new file mode 100644 index 000000000..1a8fe71af --- /dev/null +++ b/Library/Formula/sub2srt.rb @@ -0,0 +1,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 |
