github.com/goreleaser/nfpm/v2@v2.44.0/testdata/acceptance/rpm.xz.compression.yaml (about)

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