github.com/goreleaser/nfpm/v2@v2.44.0/testdata/acceptance/core.simple.yaml (about)

     1  name: "foo"
     2  arch: "${BUILD_ARCH}"
     3  platform: "linux"
     4  version: "v1.2.3"
     5  release: "simple"
     6  maintainer: "Foo Bar"
     7  description: |
     8    Foo bar
     9      Multiple lines
    10  vendor: "foobar"
    11  homepage: "https://foobar.org"
    12  license: "MIT"
    13  contents:
    14  - src: ./testdata/fake
    15    dst: /usr/bin/fake
    16  - src: ./testdata/whatever.conf
    17    dst: /etc/foo/whatever.conf
    18    type: config