cask "runjs" do version "3.0.3" sha256 "656616558f0b714f1a42e94516c37b28f04577c65b13f8b331861a96e47f5933" url "https://github.com/lukehaas/RunJS/releases/download/v#{version}/RunJS-#{version}-universal.dmg", verified: "github.com/lukehaas/RunJS/" name "RunJS" desc "JavaScript playground that auto-evaluates as code is typed" homepage "https://runjs.app/" livecheck do url :url strategy :github_latest end auto_updates true depends_on macos: ">= :el_capitan" app "RunJS.app" zap trash: [ "~/Library/Application Support/runjs", "~/Library/Logs/RunJS", "~/Library/Preferences/me.lukehaas.runjs.plist", "~/Library/Saved Application State/me.lukehaas.runjs.savedState", ] end