mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
8 lines
296 B
Ruby
8 lines
296 B
Ruby
class CabContainer < TestCask
|
|
url TestHelper.local_binary('cabcontainer.cab')
|
|
homepage 'http://example.com/cab-container'
|
|
version '1.2.3'
|
|
sha256 '192d0cf6b727473f9ba0f55cec793ee2a8f7113c5cfe9d49e05a087436c5efe2'
|
|
depends_on_formula 'cabextract'
|
|
link 'cabcontainer/Application.app'
|
|
end
|