github.com/goreleaser/nfpm/v2@v2.44.0/testdata/acceptance/rpm.verify.yaml (about) 1 name: "foo" 2 arch: "${BUILD_ARCH}" 3 platform: "linux" 4 version: "v1.2.3" 5 maintainer: "Foo Bar" 6 release: "4" 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: /etc/foo/file 16 scripts: 17 postinstall: ./testdata/acceptance/scripts/postinstall.sh 18 rpm: 19 scripts: 20 verify: ./testdata/acceptance/scripts/verify.sh