homebrew-cask/Casks/moneyplex.rb

15 lines
463 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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'
2015-04-17 03:24:57 +08:00
name 'moneyplex'
homepage 'http://www.matrica.de/'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
pkg 'moneyplex.pkg', allow_untrusted: true
2014-11-22 22:12:42 +08:00
uninstall pkgutil: 'de.matrica.moneyplex.Moneyplex.pkg'
end