mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
refs #304 going forward, casks should use link 'Foo.app' rather than link :app, 'Foo.app'
7 lines
194 B
Ruby
7 lines
194 B
Ruby
class BasicCask < TestCask
|
|
url 'http://example.com/TestCask.dmg'
|
|
homepage 'http://example.com/'
|
|
version '1.2.3'
|
|
sha1 '0123456789012345678901234567890123456789'
|
|
link 'TestCask.app'
|
|
end
|