cask "devpod" do arch arm: "aarch64", intel: "x64" version "0.6.1" sha256 arm: "83b8389733182cbe46380b3c3c8a465e467bfe299e6f37c410035a8650b83122", intel: "8e7b31b80cebbb7fa3dd5b5c0215160ccb343302583a7d1fc5d4bf3b6a0e57ae" url "https://github.com/loft-sh/devpod/releases/download/v#{version}/DevPod_macos_#{arch}.dmg", verified: "github.com/loft-sh/devpod/" name "DevPod" desc "UI to create reproducible developer environments based on a devcontainer.json" homepage "https://devpod.sh/" livecheck do url :url strategy :github_latest end auto_updates true depends_on macos: ">= :high_sierra" app "DevPod.app" binary "#{appdir}/DevPod.app/Contents/MacOS/devpod-cli", target: "devpod" zap trash: [ "~/.devpod", "~/Library/Application Support/sh.loft.devpod", "~/Library/Caches/sh.loft.devpod", "~/Library/Logs/sh.loft.devpod", "~/Library/Preferences/sh.loft.devpod.plist", "~/Library/Saved Application State/sh.loft.devpod.savedState", "~/Library/WebKit/sh.loft.devpod", ] end