mirror of
https://github.com/goreleaser/nfpm
synced 2025-04-05 13:49:07 +02:00
14 lines
219 B
YAML
14 lines
219 B
YAML
name: "foo"
|
|
arch: "${BUILD_ARCH}"
|
|
platform: "linux"
|
|
version: "v1.2.3-beta"
|
|
maintainer: "Foo Bar"
|
|
depends:
|
|
- zsh
|
|
description: |
|
|
Foo bar
|
|
Multiple lines
|
|
vendor: "foobar"
|
|
homepage: "https://foobar.org"
|
|
license: "MIT"
|