aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/test/support/Casks/with-two-apps-subdir.rb
blob: d4783e6a65ce087b4eb427d90902dd0a0e7692e6 (plain)
1
2
3
4
5
6
7
8
9
10
test_cask 'with-two-apps-subdir' do
  version '1.2.3'
  sha256 'd687c22a21c02bd8f07da9302c8292b93a04df9a929e3f04d09aea6c76f75c65'

  url TestHelper.local_binary_url('caffeines-subdir.zip')
  homepage 'http://example.com/local-caffeine'

  app 'Caffeines/Caffeine Mini.app'
  app 'Caffeines/Caffeine Pro.app'
end