homebrew-cask/Casks/magican.rb

14 lines
359 B
Ruby
Raw Normal View History

2014-11-14 01:26:19 +08:00
cask :v1 => 'magican' do
2014-09-17 19:42:52 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'http://www.magicansoft.com/download/Magican.pkg'
2015-01-05 05:26:16 +08:00
name 'Magican'
homepage 'http://www.magicansoft.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-10 23:37:03 +08:00
pkg 'Magican.pkg'
2014-11-22 22:12:42 +08:00
2014-02-15 17:42:53 +08:00
uninstall :pkgutil => 'com.magican.*'
end