homebrew-cask/Casks/zeroinstall.rb

11 lines
322 B
Ruby

class Zeroinstall < Cask
version '2.7'
sha256 '12246277e9d03fb1a083f6a0d7d088d7b90170dbd5fd8fb900b36d0470fb88e0'
url "https://downloads.sourceforge.net/project/zero-install/0install/#{version}/ZeroInstall.pkg"
homepage 'http://0install.net'
pkg 'ZeroInstall.pkg'
uninstall :pkgutil => 'net.0install.pkg'
end