mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
15 lines
433 B
Ruby
15 lines
433 B
Ruby
cask "pyzo" do
|
|
version "4.14.3"
|
|
sha256 "4306e4de15922ee492b7f5592b74c407c18a93674c6c986d4465cfabd4d40f15"
|
|
|
|
url "https://github.com/pyzo/pyzo/releases/download/v#{version}/pyzo-#{version}-macos_x86_64.dmg",
|
|
verified: "github.com/pyzo/pyzo/"
|
|
name "Pyzo"
|
|
desc "Python IDE focused on interactivity and introspection"
|
|
homepage "https://pyzo.org/"
|
|
|
|
app "pyzo.app"
|
|
|
|
zap trash: "~/Library/Application Support/pyzo"
|
|
end
|