mirror of
https://github.com/goreleaser/nfpm
synced 2024-11-11 08:42:49 +01:00
20 lines
393 B
YAML
20 lines
393 B
YAML
name: "foo"
|
|
arch: "${BUILD_ARCH}"
|
|
platform: "linux"
|
|
changelog: "./testdata/changelog.yaml"
|
|
version: "v1.2.3"
|
|
release: "simple"
|
|
maintainer: "Foo Bar"
|
|
description: |
|
|
Foo bar
|
|
Multiple lines
|
|
vendor: "foobar"
|
|
homepage: "https://foobar.org"
|
|
license: "MIT"
|
|
contents:
|
|
- src: ./testdata/fake
|
|
dst: /usr/local/bin/fake
|
|
- src: ./testdata/whatever.conf
|
|
dst: /etc/foo/whatever.conf
|
|
type: config
|