mirror of
https://github.com/goreleaser/nfpm
synced 2025-04-05 13:49:07 +02:00
16 lines
356 B
YAML
16 lines
356 B
YAML
name: "foo"
|
|
arch: "${BUILD_ARCH}"
|
|
platform: "linux"
|
|
version: "v1.0.0"
|
|
maintainer: "John Doe <john@example.com>"
|
|
description: This package is signed
|
|
vendor: "FooBarCorp"
|
|
homepage: "http://example.com"
|
|
contents:
|
|
- src: ./testdata/fake
|
|
dst: /usr/bin/fake
|
|
deb:
|
|
signature:
|
|
method: dpkg-sig
|
|
key_file: ./internal/sign/testdata/privkey_unprotected.asc
|