homebrew-cask/Casks/packages.rb

13 lines
277 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'packages' do
2017-01-12 13:55:46 +08:00
version :latest
sha256 :no_check
2014-10-22 19:27:51 +08:00
url 'http://s.sudre.free.fr/Software/files/Packages.dmg'
2015-04-17 04:37:23 +08:00
name 'Packages'
2014-10-22 19:27:51 +08:00
homepage 'http://s.sudre.free.fr/Software/Packages/about.html'
pkg 'packages/Packages.pkg'
2014-11-22 22:12:44 +08:00
uninstall script: 'Extras/uninstall.sh'
2014-10-22 19:27:51 +08:00
end