Skip to content

Commit

Permalink
fix: add additional goreleaser / nfpms settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hbokh committed Nov 5, 2024
1 parent 46b7141 commit e7f4c5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,18 @@ nfpms:
- file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Arch }}"
bindir: /usr/bin
vendor: VoIPGRID
section: misc
priority: optional
homepage: https://www.voipgrid.nl
license: AGPL-3.0 license
maintainer: VoIPGRID <[email protected]>
description: |-
Homer heplify ingester service
HEP Capture Server & Switch in Go - with RocksDB
dependencies:
- libc6
- libluajit-5.1-2
- libluajit-5.1-common
contents:
- src: ./LICENSE
dst: /usr/share/doc/heplify-server/copyright
Expand Down

0 comments on commit e7f4c5a

Please sign in to comment.