Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

Commit

Permalink
test settings for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
jerson-av committed Jan 9, 2020
1 parent db8eb88 commit b292b7d
Showing 1 changed file with 13 additions and 22 deletions.
35 changes: 13 additions & 22 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,38 +118,29 @@ scoop:
homepage: "https://github.com/jerson/pgrok"
description: "Introspected tunnels to localhost a fork from pgrok."
license: MIT
ids:
- pgrok

nfpms:
- name_template: "{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
- id: pgrok
homepage: "https://github.com/jerson/pgrok"
description: "Introspected tunnels to localhost a fork from pgrok."
maintainer: Gerson Alexander Pardo Gamez <[email protected]>
license: MIT
name: pgrok
ids:
- pgrok
formats:
- deb
- rpm
dependencies:
- git
recommends:
- rpm

snapcrafts:
- name_template: "{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
summary: "Introspected tunnels to localhost a fork from pgrok."
description: "Introspected tunnels to localhost a fork from pgrok."
grade: stable
confinement: classic
publish: true
name: pgrok
ids:
builds:
- pgrok
- id: pgrokd
homepage: "https://github.com/jerson/pgrok"
description: "Server introspected tunnels to localhost a fork from pgrok."
maintainer: Gerson Alexander Pardo Gamez <[email protected]>
license: MIT
replacements:
amd64: 64-bit
386: 32-bit
darwin: MacOS
formats:
- deb
- rpm
recommends:
- rpm
builds:
- pgrokd

0 comments on commit b292b7d

Please sign in to comment.