Skip to content

Commit

Permalink
Merge pull request #14 from winebarrel/add_nfpms
Browse files Browse the repository at this point in the history
Add nfpms config
  • Loading branch information
winebarrel committed Jun 17, 2023
2 parents f24691a + 3ec1121 commit 79d6a45
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,13 @@ brews:
license: MIT
install: |
bin.install 'jhol'
nfpms:
- file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Arch }}"
homepage: https://github.com/winebarrel/jhol
maintainer: Genki Sugawara <[email protected]>
description: CLI to display and check Japanese holidays.
license: MIT
formats:
- deb
- rpm
bindir: /usr/bin

0 comments on commit 79d6a45

Please sign in to comment.