Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: clarify brew docs
  • Loading branch information
caarlos0 committed Sep 27, 2022
1 parent 452e150 commit 5f66f6b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions www/docs/customization/homebrew.md
Expand Up @@ -137,26 +137,27 @@ brews:
# Default is empty.
plist: |
<?xml version="1.0" encoding="UTF-8"?>
...
# ...
# Service block.
#
# Since: v1.7.
service: |
run: foo/bar
...
# ...
# So you can `brew test` your formula.
# Default is empty.
test: |
system "#{bin}/program --version"
...
system "#{bin}/foo --version"
# ...
# Custom install script for brew.
# Default is 'bin.install "program"'.
# Default is 'bin.install "the binary name"'.
install: |
bin.install "program"
...
bin.install "some_other_name"
bash_completion.install "completions/foo.bash" => "foo"
# ...
# Custom post_install script for brew.
# Could be used to do any additional work after the "install" script
Expand Down

0 comments on commit 5f66f6b

Please sign in to comment.