Files
homebrew-cask/Casks/b/barrier.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

19 lines
505 B
Ruby

cask "barrier" do
version "2.4.0"
sha256 "af938d17dcea5701da7a990705acbd0686dfedfdbcd64721666ae0bef7644ba9"
url "https://github.com/debauchee/barrier/releases/download/v#{version}/Barrier-#{version}-Release.dmg"
name "Barrier"
desc "Open-source KVM software"
homepage "https://github.com/debauchee/barrier/"
depends_on macos: ">= :sierra"
app "Barrier.app"
zap trash: [
"~/Library/Application Support/barrier",
"~/Library/Saved Application State/barrier.savedState",
]
end