brew/Library/Homebrew/cask/test/support/Casks/with-two-apps-subdir.rb
AnastasiaSulyagina e81f4ab7de init
2016-08-19 14:50:14 +03:00

11 lines
295 B
Ruby

test_cask 'with-two-apps-subdir' do
version '1.2.3'
sha256 '03edce6992a6095e120dcfadf7049158589ae6f0548c145ed1b1c6f2883f6dca'
url TestHelper.local_binary_url('2_app_subdir.zip')
homepage 'http://example.com/local-caffeine'
app 'subdir/Caffeine.app'
app 'subdir/Caffeine-2.app'
end