1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-17 19:46:19 +02:00
nfpm/testdata/acceptance/rpm.lzma.compression.yaml

20 lines
363 B
YAML
Raw Normal View History

name: "foo"
arch: "${BUILD_ARCH}"
platform: "linux"
version: "v1.2.3"
maintainer: "Foo Bar"
description: |
Foo bar
Multiple lines
vendor: "foobar"
homepage: "https://foobar.org"
license: "MIT"
contents:
- src: ./testdata/fake
dst: /usr/local/bin/fake
- src: ./testdata/whatever.conf
dst: /etc/foo/whatever.conf
type: config
rpm:
compression: "lzma"