Skip to content

Commit

Permalink
chore: release linux packages
Browse files Browse the repository at this point in the history
  • Loading branch information
adikari committed Oct 3, 2022
1 parent 4d64c90 commit d9164ad
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,30 @@ brews:
name: homebrew-taps
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"

nfpms:
- id: safebox
package_name: safebox
maintainer: Adikari <[email protected]>
description: "A Fast and Flexible secret manager built with love by adikari in Go."
license: "MIT"
formats:
- apk
- deb
- rpm
- termux.deb
contents:
- src: ./completions/safebox.bash
dst: /usr/share/bash-completion/completions/safebox
file_info:
mode: 0644
- src: ./completions/safebox.fish
dst: /usr/share/fish/vendor_completions.d/safebox.fish
file_info:
mode: 0644
- src: ./completions/safebox.zsh
dst: /usr/share/zsh/vendor-completions/_safebox
file_info:
mode: 0644

# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj

0 comments on commit d9164ad

Please sign in to comment.