homebrew-cask/Casks/mipony.rb

14 lines
367 B
Ruby

cask 'mipony' do
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
pkg 'Mipony-Installer.pkg', allow_untrusted: true
uninstall pkgutil: 'net.installer.mipony.*'
end