mirror of
https://github.com/kha7iq/pingme.git
synced 2025-05-15 22:30:11 -07:00
fix: update syntax and cleanup
This commit is contained in:
parent
db4a0fe266
commit
6629fac687
@ -36,18 +36,15 @@ changelog:
|
|||||||
|
|
||||||
archives:
|
archives:
|
||||||
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
||||||
replacements:
|
|
||||||
darwin: Darwin
|
|
||||||
linux: Linux
|
|
||||||
windows: Windows
|
|
||||||
386: i386
|
|
||||||
amd64: x86_64
|
|
||||||
format_overrides:
|
format_overrides:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
format: zip
|
format: zip
|
||||||
|
files:
|
||||||
|
- README.md
|
||||||
|
- LICENSE.md
|
||||||
|
|
||||||
brews:
|
brews:
|
||||||
- tap:
|
- repository:
|
||||||
owner: kha7iq
|
owner: kha7iq
|
||||||
name: homebrew-tap
|
name: homebrew-tap
|
||||||
folder: Formula
|
folder: Formula
|
||||||
@ -71,12 +68,11 @@ nfpms:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- git
|
- git
|
||||||
|
|
||||||
|
scoops:
|
||||||
scoop:
|
- repository:
|
||||||
url_template: "https://github.com/kha7iq/pingme/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
|
||||||
bucket:
|
|
||||||
owner: kha7iq
|
owner: kha7iq
|
||||||
name: scoop-bucket
|
name: scoop-bucket
|
||||||
|
url_template: "https://github.com/kha7iq/pingme/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
||||||
homepage: https://pingme.lmno.pk
|
homepage: https://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
|
||||||
@ -97,16 +93,3 @@ dockers:
|
|||||||
- "--label=org.opencontainers.image.version={{.Version}}"
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
||||||
- "--label=org.opencontainers.image.source={{.GitURL}}"
|
- "--label=org.opencontainers.image.source={{.GitURL}}"
|
||||||
- "--platform=linux/amd64"
|
- "--platform=linux/amd64"
|
||||||
|
|
||||||
# publishers:
|
|
||||||
# - name: aur pingme binary
|
|
||||||
# env:
|
|
||||||
# - AUR_SSH_PRIVATE_KEY={{ .Env.AUR_SSH_PRIVATE_KEY }}
|
|
||||||
# cmd: |
|
|
||||||
# .github/aur/pingme-bin/publish.sh {{ .Version }}
|
|
||||||
|
|
||||||
# - name: aur pingme sources
|
|
||||||
# env:
|
|
||||||
# - AUR_SSH_PRIVATE_KEY={{ .Env.AUR_SSH_PRIVATE_KEY }}
|
|
||||||
# cmd: |
|
|
||||||
# .github/aur/pingme/publish.sh {{ .Version }}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user