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

9 lines
217 B
Ruby
Raw Normal View History

cask "with-on-arch-conditional" do
folder = on_arch_conditional arm: "arm-dir/", intel: "intel-dir/"
url "https://brew.sh/#{folder}TestCask-#{version}.dmg"
homepage "https://brew.sh/"
app "TestCask.app"
end