1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-09-22 05:43:03 +02:00
nfpm/testdata/acceptance/core.signed.yaml

22 lines
529 B
YAML
Raw Normal View History

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