homebrew-cask/Casks/moneyplex.rb

14 lines
460 B
Ruby
Raw Normal View History

2014-11-14 01:26:25 +08:00
cask :v1 => 'moneyplex' do
2014-09-17 19:42:53 +08:00
version :latest
sha256 :no_check
# matrica.com is the official download host per the vendor homepage
url 'http://www.matrica.com/download/mac/moneyplex.dmg'
homepage 'http://www.matrica.de/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-10 23:37:04 +08:00
pkg 'moneyplex.pkg', :allow_untrusted => true
2014-11-22 22:12:42 +08:00
uninstall :pkgutil => 'de.matrica.moneyplex.Moneyplex.pkg'
end