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

     1  name: "foo"
     2  arch: "${BUILD_ARCH}"
     3  platform: "linux"
     4  changelog: "./testdata/changelog.yaml"
     5  version: "v1.2.3"
     6  release: "simple"
     7  maintainer: "Foo Bar <foo@example.org>"
     8  description: |
     9    Program foo bar
    10    Multiple lines
    11  vendor: "foobar"
    12  homepage: "https://foobar.org"
    13  license: "MIT"
    14  section: misc
    15  contents:
    16  - src: ./testdata/fake
    17    dst: /usr/bin/fake
    18    file_info:
    19      mode: 0755
    20  - src: ./testdata/whatever.conf
    21    dst: /etc/foo/whatever.conf
    22    type: config
    23    file_info:
    24      mode: 0644
    25  - src: ./testdata/copyright
    26    dst: /usr/share/doc/foo/
    27    file_info:
    28      mode: 0644