1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-10-01 19:01:17 +02:00
nfpm/acceptance/testdata/simple.yaml

16 lines
308 B
YAML
Raw Normal View History

2018-03-11 18:58:53 +01:00
name: "foo"
arch: "amd64"
platform: "linux"
version: "v1.2.3"
maintainer: "Foo Bar"
description: |
Foo bar
Multiple lines
vendor: "foobar"
homepage: "https://foobar.org"
license: "MIT"
files:
2018-03-11 19:14:24 +01:00
../testdata/fake: "/usr/local/bin/fake"
2018-03-11 18:58:53 +01:00
config_files:
../testdata/whatever.conf: "/etc/foo/whatever.conf"