aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/test/support/Casks/with-two-apps-subdir.rb
blob: 20242369148b91489f249c471b8dbd736fa5b655 (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 "file://#{TEST_FIXTURE_DIR}/cask/caffeines-subdir.zip"
  homepage 'http://example.com/local-caffeine'

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