1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-09-22 01:34:37 +02:00
nfpm/testdata/acceptance/core.signed.yaml
2021-04-15 17:25:39 -03:00

22 lines
529 B
YAML

name: "foo"
arch: "${BUILD_ARCH}"
platform: "linux"
version: "v1.0.0"
maintainer: "John Doe <john@example.com>"
description: This package is sigend
vendor: "FooBarCorp"
homepage: "http://example.com"
contents:
- src: ./testdata/fake
dst: /usr/local/bin/fake
deb:
signature:
key_file: ./internal/sign/testdata/privkey_unprotected.asc
rpm:
signature:
key_file: ./internal/sign/testdata/privkey_unprotected.asc
key_id: bc8acdd415bd80b3
apk:
signature:
key_file: ./internal/sign/testdata/rsa_unprotected.priv