homebrew-cask-versions/test/support/Casks/naked-executable.rb
Roland Walker e3d009989f reformat test Casks to match layout conventions
in case a contributor uses a test Cask as a template
2014-10-03 17:57:05 -04:00

9 lines
260 B
Ruby

class NakedExecutable < TestCask
version '1.2.3'
sha256 '306c6ca7407560340797866e077e053627ad409277d1b9da58106fce4cf717cb'
url TestHelper.local_binary_url('naked_executable')
homepage 'http://example.com/naked-executable'
container_type :naked
end