brew/Library/Homebrew/cask/test/support/Casks/naked-executable.rb
2016-10-24 15:52:41 +02:00

10 lines
263 B
Ruby

test_cask 'naked-executable' do
version '1.2.3'
sha256 '306c6ca7407560340797866e077e053627ad409277d1b9da58106fce4cf717cb'
url "file://#{TEST_FIXTURE_DIR}/cask/naked_executable"
homepage 'http://example.com/naked-executable'
container type: :naked
end