brew/Library/Homebrew/test/support/fixtures/cask/Casks/with-non-executable-binary.rb

10 lines
271 B
Ruby
Raw Normal View History

cask "with-non-executable-binary" do
version "1.2.3"
2020-11-19 18:12:16 +01:00
sha256 "306c6ca7407560340797866e077e053627ad409277d1b9da58106fce4cf717cb"
2017-04-21 14:50:23 +02:00
url "file://#{TEST_FIXTURE_DIR}/cask/naked_non_executable"
homepage "https://brew.sh/with-binary"
2017-04-21 14:50:23 +02:00
binary "naked_non_executable"
2017-04-21 14:50:23 +02:00
end