mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
per discussion at https://github.com/caskroom/homebrew-cask/pull/6174#discussion-diff-17516171 refs: #6174 This PR is large because of some test-suite refactoring.
8 lines
282 B
Ruby
8 lines
282 B
Ruby
class NestedApp < TestCask
|
|
url TestHelper.local_binary_url('NestedApp.dmg.zip')
|
|
homepage 'http://example.com/nested-app'
|
|
version '1.2.3'
|
|
sha256 '1866dfa833b123bb8fe7fa7185ebf24d28d300d0643d75798bc23730af734216'
|
|
nested_container 'NestedApp.dmg'
|
|
app 'MyNestedApp.app'
|
|
end
|