homebrew-cask/Casks/camtwist.rb

15 lines
426 B
Ruby
Raw Normal View History

2014-11-14 01:25:31 +08:00
cask :v1 => 'camtwist' do
version '2.5'
sha256 'd81576971abe2bc1a8b1e3d8c894cfe18f0442c49a6a242a6ab25b247de01fec'
2014-09-26 20:08:49 +08:00
url "http://camtwiststudio.com/release/CamTwist_#{version}.dmg"
2015-04-05 13:17:53 +08:00
name 'CamTwist'
homepage 'http://camtwiststudio.com/'
license :gratis
2014-09-10 23:36:59 +08:00
pkg 'CamTwist.pkg'
2014-11-22 22:12:37 +08:00
2014-09-28 17:33:14 +08:00
uninstall :script => { :executable => 'Manual Install/CamTwist/uninstall.command' },
:pkgutil => 'com.allocinit.camtwist.*'
end