mirror of
https://github.com/goreleaser/nfpm
synced 2025-04-05 13:49:07 +02:00
21 lines
407 B
YAML
21 lines
407 B
YAML
name: "foo"
|
|
arch: "${BUILD_ARCH}"
|
|
platform: "linux"
|
|
version: "v1.2.3"
|
|
maintainer: "Foo Bar"
|
|
release: "4"
|
|
description: |
|
|
Foo bar
|
|
Multiple lines
|
|
vendor: "foobar"
|
|
homepage: "https://foobar.org"
|
|
license: "MIT"
|
|
contents:
|
|
- src: ./testdata/fake
|
|
dst: /etc/foo/file
|
|
scripts:
|
|
postinstall: ./testdata/acceptance/scripts/postinstall.sh
|
|
rpm:
|
|
scripts:
|
|
verify: ./testdata/acceptance/scripts/verify.sh
|