mirror of
https://github.com/goreleaser/nfpm
synced 2024-11-19 07:34:48 +01:00
16 lines
308 B
YAML
16 lines
308 B
YAML
|
name: "foo"
|
||
|
arch: "arm64"
|
||
|
platform: "linux"
|
||
|
version: "v1.2.3"
|
||
|
maintainer: "Foo Bar"
|
||
|
description: |
|
||
|
Foo bar
|
||
|
Multiple lines
|
||
|
vendor: "foobar"
|
||
|
homepage: "https://foobar.org"
|
||
|
license: "MIT"
|
||
|
files:
|
||
|
../testdata/fake: "/usr/local/bin/fake"
|
||
|
config_files:
|
||
|
../testdata/whatever.conf: "/etc/foo/whatever.conf"
|