1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-21 07:06:16 +02:00
nfpm/testdata/acceptance/core.withchangelog.yaml

20 lines
393 B
YAML
Raw Normal View History

2018-03-11 18:58:53 +01:00
name: "foo"
arch: "${BUILD_ARCH}"
2018-03-11 18:58:53 +01:00
platform: "linux"
changelog: "./testdata/changelog.yaml"
2018-03-11 18:58:53 +01:00
version: "v1.2.3"
release: "simple"
2018-03-11 18:58:53 +01:00
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