Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawaha committed Oct 28, 2020
1 parent 0c9a2e4 commit c76b416
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ brews:
email: [email protected]
description: "Self-contained Japanese Morphological Analyzer written in pure Go."
homepage: "https://github.com/ikawaha/kagome"
folder: Formula
dependencies:
- go
install: |
bin.install "kagome"
test: |
system "#{bin}/kagome"
system "#{bin}/kagome version"

0 comments on commit c76b416

Please sign in to comment.