Skip to content

Commit

Permalink
Unify the binary package names
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed Mar 1, 2021
1 parent 2b0ce9a commit 11eb591
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,14 @@ brews:
name: homebrew-linuxsuren
folder: Formula
homepage: "https://github.com/linuxsuren/ks"
description: ks is a kubectl wrapper for Kubesphere
description: ks is a tool which makes it be easy to work with KubeSphere.
dependencies:
- name: vim
type: optional
- name: bash-completion
type: optional
- name: kubectl
type: optional
test: |
version_output = shell_output("#{bin}/ks version")
assert_match version.to_s, version_output
Expand All @@ -90,10 +92,10 @@ brews:
prefix.install_metafiles
nfpms:
- file_name_template: "{{ .Binary }}-{{.Os}}-{{.Arch}}"
- file_name_template: "ks-{{.Os}}-{{.Arch}}"
id: "ks"
homepage: https://github.com/linuxsuren/ks
description: ks is a tiny tool for Chinese developers.
description: ks is a tool which makes it be easy to work with KubeSphere.
maintainer: rick <[email protected]>
license: MIT
vendor: Jenkins
Expand All @@ -103,7 +105,8 @@ nfpms:
recommends:
- bash-completion
- vim
bindir: /usr/bin
- kubectl
bindir: /usr/local/bin
replacements:
amd64: 64bit
arm64: arm64
Expand Down

0 comments on commit 11eb591

Please sign in to comment.