mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 20:43:10 +00:00
⚠️ Add caveats
This commit is contained in:
parent
110a4f89c3
commit
41ac6a28d2
1 changed files with 11 additions and 0 deletions
|
@ -29,6 +29,17 @@ class Mas < Formula
|
|||
bash_completion.install "contrib/completion/mas-completion.bash" => "mas"
|
||||
end
|
||||
|
||||
def caveats; <<~EOS
|
||||
This core formula cannot be built on macOS 10.11 or older.
|
||||
|
||||
Bottles for all supported macOS versions can be found on our custom tap:
|
||||
|
||||
brew tap mas-cli/tap && brew tap-pin mas-cli/tap
|
||||
|
||||
https://github.com/mas-cli/homebrew-tap
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
assert_equal version.to_s, shell_output("#{bin}/mas version").chomp
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue