feat: Add deb and rpm

pull/4/head v0.1.1
kha7iq 4 years ago
parent cf44afbe59
commit 33159db057

@ -56,3 +56,14 @@ brews:
system "#{bin}/pingme -v" system "#{bin}/pingme -v"
install: |- install: |-
bin.install "pingme" bin.install "pingme"
nfpms:
- file_name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
homepage: https://kha7iq.github.io/docs-pingme
description: PingMe is a CLI tool which provides the ability to send messages or alerts to multiple messaging platforms.
license: MIT
formats:
- deb
- rpm
dependencies:
- git
Loading…
Cancel
Save