homebrew-cask/Casks/zeroinstall.rb

11 lines
315 B
Ruby
Raw Normal View History

2014-06-13 22:42:51 +08:00
class Zeroinstall < Cask
version '2.7'
sha256 '12246277e9d03fb1a083f6a0d7d088d7b90170dbd5fd8fb900b36d0470fb88e0'
url 'https://downloads.sourceforge.net/project/zero-install/0install/2.7/ZeroInstall.pkg'
homepage 'http://0install.net'
2014-09-10 23:37:08 +08:00
pkg 'ZeroInstall.pkg'
2014-06-13 22:42:51 +08:00
uninstall :pkgutil => 'net.0install.pkg'
end