mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
22 lines
552 B
Ruby
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
|