brew/Library/Homebrew/test/support/fixtures/cask/Casks/with-autodetected-manpage-section.rb

10 lines
288 B
Ruby
Raw Normal View History

cask "with-autodetected-manpage-section" do
version "1.2.3"
2020-11-19 18:12:16 +01:00
sha256 "68b7e71a2ca7585b004f52652749589941e3029ff0884e8aa3b099594e0282c0"
2019-10-22 15:19:40 +03:00
url "file://#{TEST_FIXTURE_DIR}/cask/AppWithManpage.zip"
homepage "https://brew.sh/with-autodetected-manpage-section"
2019-10-22 15:19:40 +03:00
manpage "manpage.1"
2019-10-22 15:19:40 +03:00
end