Skip to content

Commit

Permalink
chore: add nfpms
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Nov 7, 2023
1 parent 9ba5ea1 commit 6b7d860
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,28 @@ archives:
- goos: windows
format: zip

nfpms:
-
id: kcl
package_name: kcl
file_name_template: "kcl-v{{ .Version }}-{{ .Os }}-{{ .Arch }}"
builds:
- kcl
vendor: The KCL Programming Language
homepage: kcl-lang.io
maintainer: The KCL Programming Language
description: A CLI tool for KCL
license: AGPL-3.0
release: "1"
formats:
- deb
- rpm
dependencies:
- git
- zsh
# Path that the binaries should be installed.
bindir: /usr/bin

brews:
- tap:
owner: kcl-lang
Expand Down

0 comments on commit 6b7d860

Please sign in to comment.