diff --git a/Casks/h/hoppscotch.rb b/Casks/h/hoppscotch.rb new file mode 100644 index 0000000000..9793a44554 --- /dev/null +++ b/Casks/h/hoppscotch.rb @@ -0,0 +1,23 @@ +cask "hoppscotch" do + arch arm: "aarch64", intel: "x64" + + version "23.8.4-1" + sha256 arm: "7e58a5aa6cbcf7d1381181f7f9bfd44d69f4213229e69097356baed530be4ff9", + intel: "d17a6981bc900811d01327c526101f568514183c83d870582710f28b9e242b01" + + url "https://github.com/hoppscotch/releases/releases/download/v#{version}/Hoppscotch_mac_#{arch}.dmg" + name "Hoppscotch" + desc "Open source API development ecosystem" + homepage "https://github.com/hoppscotch/hoppscotch" + + depends_on macos: ">= :high_sierra" + + app "Hoppscotch.app" + + zap trash: [ + "~/Library/Application Support/io.hoppscotch.desktop", + "~/Library/Caches/io.hoppscotch.desktop", + "~/Library/Saved Application State/io.hoppscotch.desktop.savedState", + "~/Library/WebKit/io.hoppscotch.desktop", + ] +end