brew/Library/Homebrew/test/support/fixtures/cask/Casks/with-on-system-conditional.rb

9 lines
225 B
Ruby
Raw Normal View History

cask "with-on-system-conditional" do
folder = on_system_conditional linux: "linux-dir/", macos: "macos-dir/"
url "https://brew.sh/#{folder}TestCask-#{version}.dmg"
homepage "https://brew.sh/"
app "TestCask.app"
end