github.com/goreleaser/nfpm/v2@v2.44.0/testdata/acceptance/core.symlink.yaml (about) 1 name: "foo" 2 arch: "${BUILD_ARCH}" 3 platform: "linux" 4 version: "v1.2.3" 5 maintainer: "Foo Bar" 6 vendor: "foobar" 7 homepage: "https://foobar.org" 8 license: "MIT" 9 contents: 10 - src: ./testdata/whatever.conf 11 dst: /etc/foo/whatever.conf 12 - src: /etc/foo/whatever.conf 13 dst: /path/to/symlink 14 type: symlink