homebrew-cask/Casks/detect-crop.rb

15 lines
406 B
Ruby

cask :v1 => 'detect-crop' do
version :latest
sha256 :no_check
url 'https://github.com/donmelton/video-transcoding-scripts/archive/master.zip'
name 'Video Transcoding Scripts'
homepage 'https://github.com/donmelton/video-transcoding-scripts/'
license :mit
binary 'video-transcoding-scripts-master/detect-crop.sh'
depends_on :cask => 'handbrakecli',
:formula => 'mplayer'
end