1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-26 03:46:27 +02:00

docs: globs (#231)

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-10-05 22:31:32 -03:00 committed by GitHub
parent 44adf8b27e
commit cfc8169548
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,16 +86,18 @@ conflicts:
# Files to add to the package. (overridable)
# This can be binaries or any other files.
#
# Key is the local file, value is the path inside the package.
# Key is the local file/glob, value is the path inside the package.
files:
path/to/local/foo: /usr/local/bin/foo
some/glob/**/*: /usr/share/foo/
# Config files are dealt with differently when upgrading and uninstalling the
# package. (overridable)
#
# Key is the local file, value is the path inside the package
# Key is the local file/glob, value is the path inside the package
config_files:
path/to/local/foo.con: /etc/foo.conf
path/to/local/foo.conf: /etc/foo.conf
some/glob/**/*: /etc/foo/
# Empty folders your package may need created. (overridable)
empty_folders: