homebrew-cask/test/support/Casks/naked-executable.rb

8 lines
254 B
Ruby

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