brew/Library/Homebrew/test/support/fixtures/cask/Casks/with-autodetected-manpage-section.rb
2020-11-19 19:46:59 +01:00

10 lines
288 B
Ruby

cask "with-autodetected-manpage-section" do
version "1.2.3"
sha256 "68b7e71a2ca7585b004f52652749589941e3029ff0884e8aa3b099594e0282c0"
url "file://#{TEST_FIXTURE_DIR}/cask/AppWithManpage.zip"
homepage "https://brew.sh/with-autodetected-manpage-section"
manpage "manpage.1"
end