github.com/go-swagger/go-swagger@v0.31.0/nfpm.yaml (about)

     1  # nfpm example config file
     2  #
     3  # check https://nfpm.goreleaser.com/configuration for detailed usage
     4  #
     5  name: "swagger"
     6  arch: "amd64"
     7  platform: "linux"
     8  version: "${GITHUB_REF_NAME}"
     9  section: "default"
    10  maintainer: "Ivan Porto Carrero <ivan@flanders.co.nz>"
    11  description: |
    12    go-swagger is a complete suite of fully-featured, high-performance, API components to  work with a Swagger API: server, client and data model.
    13  vendor: "go-swagger"
    14  homepage: "https://goswagger.io"
    15  license: "ASL 2.0"
    16  contents:
    17  - src: ./dist/bin/swagger_linux_amd64
    18    dst: /usr/bin/swagger
    19