mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 06:06:50 -06:00
8 lines
253 B
Ruby
8 lines
253 B
Ruby
class NestedApp < TestCask
|
|
url TestHelper.local_binary('NestedApp.dmg.zip')
|
|
homepage 'http://example.com/nested-app'
|
|
version '1.2.3'
|
|
sha1 'de226f9ced77ae359ddb3c8764c605a391199d5c'
|
|
nested_container 'NestedApp.dmg'
|
|
link 'MyNestedApp.app'
|
|
end
|