|
|
@ -56,6 +56,7 @@ brews:
|
|
|
|
|
|
|
|
|
|
|
|
nfpms:
|
|
|
|
nfpms:
|
|
|
|
- file_name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
|
|
|
- file_name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
|
|
|
|
|
|
|
maintainer: 'Abdul Khaliq <a.khaliq@outlook.my>'
|
|
|
|
homepage: pingme.lmno.pk
|
|
|
|
homepage: pingme.lmno.pk
|
|
|
|
description: PingMe is a CLI tool which provides the ability to send messages or alerts to multiple messaging platforms.
|
|
|
|
description: PingMe is a CLI tool which provides the ability to send messages or alerts to multiple messaging platforms.
|
|
|
|
license: MIT
|
|
|
|
license: MIT
|
|
|
@ -65,15 +66,6 @@ nfpms:
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
- git
|
|
|
|
- git
|
|
|
|
|
|
|
|
|
|
|
|
# snapcrafts:
|
|
|
|
|
|
|
|
# - name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
|
|
|
|
|
|
|
# summary: PingMe is a CLI tool which provides the ability to send messages
|
|
|
|
|
|
|
|
# description: |
|
|
|
|
|
|
|
|
# PingMe is a CLI tool which provides the ability to send messages
|
|
|
|
|
|
|
|
# or alerts to multiple messaging platforms.
|
|
|
|
|
|
|
|
# grade: stable
|
|
|
|
|
|
|
|
# confinement: strict
|
|
|
|
|
|
|
|
# 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 }}"
|
|
|
@ -101,15 +93,15 @@ dockers:
|
|
|
|
- "--label=org.opencontainers.image.source={{.GitURL}}"
|
|
|
|
- "--label=org.opencontainers.image.source={{.GitURL}}"
|
|
|
|
- "--platform=linux/amd64"
|
|
|
|
- "--platform=linux/amd64"
|
|
|
|
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
# publishers:
|
|
|
|
- name: aur pingme binary
|
|
|
|
# - name: aur pingme binary
|
|
|
|
env:
|
|
|
|
# env:
|
|
|
|
- AUR_SSH_PRIVATE_KEY={{ .Env.AUR_SSH_PRIVATE_KEY }}
|
|
|
|
# - AUR_SSH_PRIVATE_KEY={{ .Env.AUR_SSH_PRIVATE_KEY }}
|
|
|
|
cmd: |
|
|
|
|
# cmd: |
|
|
|
|
.github/aur/pingme-bin/publish.sh {{ .Version }}
|
|
|
|
# .github/aur/pingme-bin/publish.sh {{ .Version }}
|
|
|
|
|
|
|
|
|
|
|
|
- name: aur pingme sources
|
|
|
|
# - name: aur pingme sources
|
|
|
|
env:
|
|
|
|
# env:
|
|
|
|
- AUR_SSH_PRIVATE_KEY={{ .Env.AUR_SSH_PRIVATE_KEY }}
|
|
|
|
# - AUR_SSH_PRIVATE_KEY={{ .Env.AUR_SSH_PRIVATE_KEY }}
|
|
|
|
cmd: |
|
|
|
|
# cmd: |
|
|
|
|
.github/aur/pingme/publish.sh {{ .Version }}
|
|
|
|
# .github/aur/pingme/publish.sh {{ .Version }}
|
|
|
|