mirror of
https://github.com/goreleaser/nfpm
synced 2025-04-05 13:49:07 +02:00
15 lines
297 B
YAML
15 lines
297 B
YAML
name: "foo"
|
|
arch: "${BUILD_ARCH}"
|
|
platform: "linux"
|
|
version: "v1.2.3"
|
|
maintainer: "Foo Bar"
|
|
vendor: "foobar"
|
|
homepage: "https://foobar.org"
|
|
license: "MIT"
|
|
contents:
|
|
- src: ./testdata/whatever.conf
|
|
dst: /etc/foo/whatever.conf
|
|
- src: /etc/foo/whatever.conf
|
|
dst: /path/to/symlink
|
|
type: symlink
|