56
56
57
57
nfpms :
58
58
- file_name_template : ' {{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
59
+ maintainer :
' Abdul Khaliq <[email protected] >'
59
60
homepage : pingme.lmno.pk
60
61
description : PingMe is a CLI tool which provides the ability to send messages or alerts to multiple messaging platforms.
61
62
license : MIT
@@ -65,15 +66,6 @@ nfpms:
65
66
dependencies :
66
67
- git
67
68
68
- # snapcrafts:
69
- # - name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
70
- # summary: PingMe is a CLI tool which provides the ability to send messages
71
- # description: |
72
- # PingMe is a CLI tool which provides the ability to send messages
73
- # or alerts to multiple messaging platforms.
74
- # grade: stable
75
- # confinement: strict
76
- # publish: false
77
69
78
70
scoop :
79
71
url_template : " https://github.com/kha7iq/pingme/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
@@ -101,15 +93,15 @@ dockers:
101
93
- " --label=org.opencontainers.image.source={{.GitURL}}"
102
94
- " --platform=linux/amd64"
103
95
104
- publishers :
105
- - name : aur pingme binary
106
- env :
107
- - AUR_SSH_PRIVATE_KEY={{ .Env.AUR_SSH_PRIVATE_KEY }}
108
- cmd : |
109
- .github/aur/pingme-bin/publish.sh {{ .Version }}
96
+ # publishers:
97
+ # - name: aur pingme binary
98
+ # env:
99
+ # - AUR_SSH_PRIVATE_KEY={{ .Env.AUR_SSH_PRIVATE_KEY }}
100
+ # cmd: |
101
+ # .github/aur/pingme-bin/publish.sh {{ .Version }}
110
102
111
- - name : aur pingme sources
112
- env :
113
- - AUR_SSH_PRIVATE_KEY={{ .Env.AUR_SSH_PRIVATE_KEY }}
114
- cmd : |
115
- .github/aur/pingme/publish.sh {{ .Version }}
103
+ # - name: aur pingme sources
104
+ # env:
105
+ # - AUR_SSH_PRIVATE_KEY={{ .Env.AUR_SSH_PRIVATE_KEY }}
106
+ # cmd: |
107
+ # .github/aur/pingme/publish.sh {{ .Version }}
0 commit comments