Files
homebrew-cask/Casks/z/zeronet.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

22 lines
552 B
Ruby

cask "zeronet" do
version "0.7.1"
sha256 :no_check
url "https://github.com/HelloZeroNet/ZeroNet-dist/archive/mac/ZeroNet-dist-mac.zip",
verified: "github.com/HelloZeroNet/ZeroNet-dist/"
name "ZeroNet"
homepage "https://zeronet.io/"
livecheck do
url "https://github.com/HelloZeroNet/ZeroNet/releases/"
strategy :github_latest
end
app "ZeroNet-dist-mac/ZeroNet.app"
zap trash: [
"~/Library/Application Support/ZeroNet",
"~/Library/Saved Application State/org.pythonmac.unspecified.ZeroNet.savedState",
]
end