From 3ec1121c4e2ee264acd91edb0e8d6f6ce87a2891 Mon Sep 17 00:00:00 2001 From: winebarrel Date: Sat, 17 Jun 2023 18:17:08 +0900 Subject: [PATCH] Add nfpms config --- .goreleaser.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index a013355..9a55bc9 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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 + description: CLI to display and check Japanese holidays. + license: MIT + formats: + - deb + - rpm + bindir: /usr/bin