Add raycast cask (#97535)

*  Add raycast cask

* Update raycast.rb

* Update raycast.rb

*  Add zap stanza

* 🚨 Complie with brew style

* Update raycast.rb

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
Co-authored-by: Vítor Galvão <info@vitorgalvao.com>
This commit is contained in:
Matthew Gleich 2021-01-09 16:40:37 -05:00 committed by GitHub
parent e4bae2dbb7
commit 5deff51ed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
Casks/raycast.rb Normal file
View File

@ -0,0 +1,16 @@
cask "raycast" do
version "1.5.1"
sha256 :no_check
url "https://api.raycast.app/v2/download"
name "Raycast"
desc "Control your tools with a few keystrokes"
homepage "https://raycast.app/"
app "Raycast.app"
zap trash: [
"~/Library/Application Support/com.raycast.macos",
"~/Library/Caches/com.raycast.macos",
]
end