mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
entry: new cask (#146367)
Co-authored-by: Razvan Azamfirei <azamfireirazvan@gmail.com>
This commit is contained in:
co-authored by
Razvan Azamfirei
parent
4479577dc0
commit
d76164c914
@@ -0,0 +1,25 @@
|
||||
cask "entry" do
|
||||
version "2.1.3"
|
||||
sha256 "7193585548b619d882d1d7ceeff48e4ff0e1e20f2625aa6ba86084197a8a5e47"
|
||||
|
||||
url "https://playentry.org/uploads/data/installers/Entry-#{version}.pkg"
|
||||
name "entry"
|
||||
desc "Block-based coding platform"
|
||||
homepage "https://playentry.org/"
|
||||
|
||||
livecheck do
|
||||
url "https://github.com/entrylabs/entry-offline/"
|
||||
strategy :github_latest
|
||||
end
|
||||
|
||||
pkg "Entry-#{version}.pkg"
|
||||
|
||||
uninstall pkgutil: "org.playentry.entry"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Support/Entry",
|
||||
"~/Library/Application Support/entry-hw",
|
||||
"~/Library/Preferences/org.playentry.entry.plist",
|
||||
"~/Library/Saved Application State/org.playentry.entry.savedState",
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user