20 lines
567 B
Bash
20 lines
567 B
Bash
|
# Template file for 'peshming'
|
||
|
pkgname=peshming
|
||
|
version=0.2.3
|
||
|
revision=1
|
||
|
wrksrc="peshming"
|
||
|
build_style=cargo
|
||
|
depends="libcap-progs"
|
||
|
short_desc="Prometheus exporter for background icmp pings"
|
||
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||
|
license="AGPL-3.0-only"
|
||
|
homepage="https://git.jcg.re/jcgruenhage/peshming"
|
||
|
distfiles="https://git.jcg.re/jcgruenhage/peshming/archive/v${version}.tar.gz"
|
||
|
checksum=491f9a626228d5974ed25ca1ab6fb41e4301d3ecfffde86723a5f4bf96a0d1d7
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
vdoc README.md
|
||
|
vsconf config.toml.sample
|
||
|
}
|