1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-10-01 14:51:15 +02:00
nfpm/acceptance/testdata/complex.yaml
2018-05-16 21:42:34 -03:00

33 lines
683 B
YAML

name: "foo"
arch: "amd64"
platform: "linux"
version: "v1.2.3-beta"
maintainer: "Foo Bar"
depends:
- bash
provides:
- fake
replaces:
- foo
suggests:
- zsh
description: |
Foo bar
Multiple lines
vendor: "foobar"
homepage: "https://foobar.org"
license: "MIT"
files:
../testdata/fake: "/usr/local/bin/fake"
./testdata/folder/**/*: "/usr/share/whatever/folder/"
config_files:
../testdata/whatever.conf: "/etc/foo/whatever.conf"
empty_folders:
- /var/log/whatever
- /usr/share/foo
scripts:
preinstall: ./testdata/scripts/preinstall.sh
postinstall: ./testdata/scripts/postinstall.sh
preremove: ./testdata/scripts/preremove.sh
postremove: ./testdata/scripts/postremove.sh