Skip to content

Commit

Permalink
chore: update brews with depends
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <xpf6677@163.com>
  • Loading branch information
Peefy committed Nov 13, 2023
1 parent c363db6 commit 7b516c4
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,6 @@ 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 All @@ -68,6 +46,8 @@ brews:
folder: HomebrewFormula
homepage: "https://github.com/kcl-lang/kcl"
description: "KCL Command Line Interface"
dependencies:
- name: "kcl-lsp@0.7.0"
license: "Apache License"
skip_upload: false
test: |
Expand Down

0 comments on commit 7b516c4

Please sign in to comment.