cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / detect-crop.rb
blob39d68aead66bb35302382fff4cdc70c2b672f572
1 cask :v1 => 'detect-crop' do
2   version '5.3'
3   sha256 '077a789a9198f56bb7cb15017c418032f255b00a239ada71562927b9893908bb'
5   url 'https://github.com/donmelton/video-transcoding-scripts/archive/master.zip'
6   name 'Video Transcoding Scripts'
7   homepage 'https://github.com/donmelton/video-transcoding-scripts/'
8   license :mit
10   binary 'video-transcoding-scripts-master/detect-crop.sh'
12   depends_on :cask => 'handbrakecli',
13              :formula => 'mplayer'
14 end