homebrew-cask/Casks/zeroinstall.rb

12 lines
337 B
Ruby
Raw Normal View History

2014-06-13 22:42:51 +08:00
class Zeroinstall < Cask
version '2.7'
sha256 '12246277e9d03fb1a083f6a0d7d088d7b90170dbd5fd8fb900b36d0470fb88e0'
2014-09-26 20:09:20 +08:00
url "https://downloads.sourceforge.net/project/zero-install/0install/#{version}/ZeroInstall.pkg"
homepage 'http://0install.net'
2014-10-01 23:34:21 +08:00
license :oss
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