Skip to content

Commit

Permalink
Merge pull request #180257 from AkshayKalose/add-cask-for-kando
Browse files Browse the repository at this point in the history
kando 1.2.0 (new cask)
  • Loading branch information
khipp committed Jul 22, 2024
2 parents 586289d + 436fb19 commit ea25d77
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Casks/k/kando.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
cask "kando" do
arch arm: "arm64", intel: "x64"

version "1.2.0"
sha256 arm: "ee20889ab29bc05988e06363bcc9c77f26a1743c5db52b61ccab23b3b52ef534",
intel: "b04b5d89d33887777711586e0aa61640ff8bfa98335871d993feb12c1957cb9a"

url "https://github.com/kando-menu/kando/releases/download/v#{version}/Kando-#{version}-#{arch}.dmg"
name "Kando"
desc "Pie Menu"
homepage "https://github.com/kando-menu/kando"

depends_on macos: ">= :catalina"

app "Kando.app"

zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.electron.kando.sfl*",
"~/Library/Application Support/Kando",
"~/Library/Preferences/com.electron.kando.plist",
]
end

0 comments on commit ea25d77

Please sign in to comment.