github.com/goreleaser/nfpm/v2@v2.44.0/testdata/acceptance/ipk.alternatives.yaml (about)

     1  name: "foo"
     2  arch: "all"
     3  platform: "linux"
     4  version: "v1.0.0"
     5  maintainer: "John Doe <john@example.com>"
     6  description: Foo conflicts dummy
     7  contents:
     8  - src: ./testdata/fake
     9    dst: /usr/bin/fake
    10  ipk:
    11    alternatives:
    12    - priority: 100
    13      target: /usr/bin/fake
    14      link_name: /usr/bin/bar
    15        
    16    - link_name: /usr/bin/baz
    17      target: /usr/bin/fake
    18      priority: 200