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

11 lines
312 B
Ruby
Raw Normal View History

cask "with-autodetected-manpage-section" do
version "1.2.3"
2021-04-06 16:52:56 +08:00
sha256 "1f078d5fbbaf44b05d0389b14a15f6704e0e5f8f663bc38153a4d685e38baad5"
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"
2021-04-06 16:52:56 +08:00
manpage "gzpage.1.gz"
2019-10-22 15:19:40 +03:00
end