-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnfpm.yaml
More file actions
28 lines (28 loc) · 693 Bytes
/
nfpm.yaml
File metadata and controls
28 lines (28 loc) · 693 Bytes
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
---
# nfpm example configuration file
#
# check https://nfpm.goreleaser.com/configuration for detailed usage
#
name: git-moves-together
arch: ${GOARCH}
platform: ${GOOS}
version: ${VER}
section: default
priority: extra
maintainer: Billie Thompson <billie@billiecodes.com>
description: Identify files frequently committed together in a Git repository
vendor: PurpleBooth
homepage: https://codeberg.org/PurpleBooth/git-moves-together
license: CC0
contents:
- src: ./git-moves-together
dst: /usr/bin/git-moves-together
rpm:
signature:
key_file: ${NFPM_SIGNING_KEY_FILE}
deb:
signature:
key_file: ${NFPM_SIGNING_KEY_FILE}
apk:
signature:
key_file: ${NFPM_SIGNING_KEY_FILE}