github.com/goreleaser/nfpm/v2@v2.44.0/testdata/contents_glob.yaml (about)

     1  # Configuration file used to unit test enhanced file map
     2  name: "foo"
     3  arch: "amd64"
     4  version: "v1.2.3"
     5  contents:
     6    # These two should be a single glob `./testdata/globtest/**/*.txt`
     7    - src: "./testdata/globtest/**/*.txt"
     8      dst: "/etc/foo/"
     9    - src: "./testdata/globtest/*.txt"
    10      dst: "/etc/foo/"