forked from sipcapture/heplify-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.goreleaser.yml
52 lines (52 loc) · 1.25 KB
/
.goreleaser.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
version: 2
before:
hooks:
# this is just an example and not a requirement for provider building/publishing
- go mod tidy
builds:
- mod_timestamp: '{{ .CommitTimestamp }}'
ldflags:
- '-s -w'
goos:
- linux
goarch:
- amd64
main: ./cmd/heplify-server
binary: '{{ .ProjectName }}'
checksum:
name_template: 'sha256sum.txt'
algorithm: sha256
archives:
- format: binary
name_template: '{{ .ProjectName }}'
nfpms:
- file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Arch }}"
bindir: /usr/bin
vendor: VoIPGRID
section: misc
priority: optional
homepage: https://www.voipgrid.nl
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
file_info:
mode: 0644
formats:
- deb
deb:
lintian_overrides:
- changelog-file-missing-in-native-package
- hardening-no-pie
- no-manual-page
changelog:
disable: true