gopkg.in/frapposelli/wwhrd.v0@v0.2.1/.goreleaser.yml (about)

     1  ---
     2  project_name: wwhrd
     3  builds:
     4  - goos:
     5    - linux
     6    - darwin
     7    - windows
     8    goarch:
     9    - amd64
    10    env:
    11    - CGO_ENABLED=0
    12  archive:
    13    name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
    14    format: tar.gz
    15    files:
    16    - LICENSE*
    17    - README*
    18  checksum:
    19    name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
    20  dockers:
    21    - image: frapposelli/wwhrd
    22      goos: linux
    23      goarch: amd64
    24      binary: wwhrd
    25      tag_templates:
    26      - "{{ .Tag }}"
    27      - "v{{ .Major }}"
    28      - "v{{ .Major }}.{{ .Minor }}"
    29      - latest
    30  brew:
    31    github:
    32      owner: frapposelli
    33      name: homebrew-tap
    34    commit_author:
    35      name: Fabio Rapposelli
    36      email: fabio@rapposelli.org
    37    folder: Formula
    38    homepage: "https://github.com/frapposelli/wwhrd/blob/master/README.md"
    39    description: "Have Henry Rollins check vendored licenses in your Go project."
    40    test: |
    41      system "#{bin}/wwhrd -v"