You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
217 B
7 lines
217 B
class WithInstallable < TestCask
|
|
url TestHelper.local_binary('MyFancyPkg.zip')
|
|
homepage 'http://example.com/fancy-pkg'
|
|
version '1.2.3'
|
|
sha1 'd3540d05a48518cc808ad854a8ab64da94b635b7'
|
|
install 'Fancy.pkg'
|
|
end
|
|
|