|
|
@ -65,15 +65,15 @@ nfpms:
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
- git
|
|
|
|
- git
|
|
|
|
|
|
|
|
|
|
|
|
# # snapcrafts:
|
|
|
|
snapcrafts:
|
|
|
|
# # - name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
|
|
|
- name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
|
|
|
# # summary: PingMe is a CLI tool which provides the ability to send messages
|
|
|
|
summary: PingMe is a CLI tool which provides the ability to send messages
|
|
|
|
# # description: |
|
|
|
|
description: |
|
|
|
|
# # PingMe is a CLI tool which provides the ability to send messages
|
|
|
|
PingMe is a CLI tool which provides the ability to send messages
|
|
|
|
# # or alerts to multiple messaging platforms.
|
|
|
|
or alerts to multiple messaging platforms.
|
|
|
|
# # grade: stable
|
|
|
|
grade: stable
|
|
|
|
# # confinement: classic
|
|
|
|
confinement: strict
|
|
|
|
# # publish: false
|
|
|
|
publish: false
|
|
|
|
|
|
|
|
|
|
|
|
scoop:
|
|
|
|
scoop:
|
|
|
|
url_template: "https://github.com/kha7iq/pingme/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
|
|
|
url_template: "https://github.com/kha7iq/pingme/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
|
|
|