aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/support/fixtures/cask/Casks/with-binary.rb
blob: 38be2e772fa16fdf77369cfb1d4881e189fc08f3 (plain)
1
2
3
4
5
6
7
8
9
10
cask 'with-binary' do
  version '1.2.3'
  sha256 'd5b2dfbef7ea28c25f7a77cd7fa14d013d82b626db1d82e00e25822464ba19e2'

  url "file://#{TEST_FIXTURE_DIR}/cask/AppWithBinary.zip"
  homepage 'http://example.com/with-binary'

  app 'App.app'
  binary 'binary'
end