Skip to content

Commit

Permalink
Add homebrew back
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Nov 26, 2019
1 parent 1f1fce8 commit 865fd07
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,16 @@ archives:
files:
- LICENSE
- LICENSE-tldr-pages

brews:
-
github:
owner: leighmcculloch
name: tldr
folder: Formula
homepage: "https://4d63.com/tldr"
description: Simplified and community-driven man pages (tldr-pages).
test: |
system "#{bin}/tldr -version"
install: |
bin.install "tldr"

0 comments on commit 865fd07

Please sign in to comment.