github.com/goreleaser/nfpm/v2@v2.44.0/testdata/acceptance/deb.dpkg-sig.sign.yaml (about) 1 name: "foo" 2 arch: "${BUILD_ARCH}" 3 platform: "linux" 4 version: "v1.0.0" 5 maintainer: "John Doe <john@example.com>" 6 description: This package is signed 7 vendor: "FooBarCorp" 8 homepage: "http://example.com" 9 contents: 10 - src: ./testdata/fake 11 dst: /usr/bin/fake 12 deb: 13 signature: 14 method: dpkg-sig 15 key_file: ./internal/sign/testdata/privkey_unprotected.asc