-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from nao1215/homebrew
Introduce homebrew
- Loading branch information
Showing
5 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ | |
# vendor/ | ||
sqly | ||
cover.* | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ builds: | |
- darwin | ||
goarch: | ||
- amd64 | ||
- arm64 | ||
archives: | ||
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" | ||
format_overrides: | ||
|
@@ -34,10 +35,18 @@ changelog: | |
- "^test:" | ||
nfpms: | ||
- maintainer: Naohiro CHIKAMATSU <[email protected]> | ||
description: sqly - execute SQL against CSV / JSON with shell. | ||
description: sqly - eaisly execute SQL against CSV/TSV/LTSV/JSON and Microsoft Excel™ with shell. | ||
homepage: https://github.com/nao1215/sqly | ||
license: MIT License | ||
formats: | ||
- deb | ||
- rpm | ||
- apk | ||
brews: | ||
- name: sqly | ||
description: sqly - eaisly execute SQL against CSV/TSV/LTSV/JSON and Microsoft Excel™ with shell. | ||
license: MIT | ||
repository: | ||
owner: nao1215 | ||
name: homebrew-tap | ||
token: "{{ .Env.TAP_GITHUB_TOKEN }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters