homebrew-cask/Casks/camtwist.rb

14 lines
506 B
Ruby

cask :v1 => 'camtwist' do
version '2.5'
sha256 'd81576971abe2bc1a8b1e3d8c894cfe18f0442c49a6a242a6ab25b247de01fec'
url "http://camtwiststudio.com/release/CamTwist_#{version}.dmg"
homepage 'http://camtwiststudio.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
pkg 'CamTwist.pkg'
uninstall :script => { :executable => 'Manual Install/CamTwist/uninstall.command' },
:pkgutil => 'com.allocinit.camtwist.*'
end