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"
sha256 "67cdb8a02803ef37fdbf7e0be205863172e41a561ca446cd84f0d7ab35a99d94"
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