Files
homebrew-cask/Casks/o/openboard.rb
Mike McQuaid 326c44e93a o*: move to o/ subdirectory.
Continuing the sharding work now that `orka.rb` was moved without issue.
2023-08-07 17:35:26 +01:00

25 lines
623 B
Ruby

cask "openboard" do
version "1.6.4"
sha256 "7ed5d6a40b3ccf71a1c42c92d154b93be786890a9b81fc3903f137cd9a28c9bd"
url "https://github.com/OpenBoard-org/OpenBoard/releases/download/v#{version}/OpenBoard-#{version}.dmg",
verified: "github.com/OpenBoard-org/OpenBoard/"
name "OpenBoard"
desc "Interactive whiteboard application"
homepage "https://openboard.ch/index.en.html"
livecheck do
url :url
strategy :github_latest
end
app "OpenBoard.app"
zap trash: [
"~/Library/Application Support/OpenBoard",
"~/Movies/OpenBoard",
"~/Music/OpenBoard",
"~/Pictures/OpenBoard",
]
end