homebrew-cask/Casks/mipony.rb

14 lines
367 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mipony' do
2015-11-11 04:38:29 +08:00
version :latest
sha256 :no_check
url 'http://www.mipony.net/downloadmac/'
name 'Mipony'
homepage 'http://www.mipony.net/'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
2015-11-11 04:38:29 +08:00
pkg 'Mipony-Installer.pkg', allow_untrusted: true
2015-12-22 08:33:30 +08:00
uninstall pkgutil: 'net.installer.mipony.*'
2015-11-11 04:38:29 +08:00
end