void-packages/srcpkgs/peshming/template
2021-04-23 09:58:36 -03:00

25 lines
652 B
Bash

# Template file for 'peshming'
pkgname=peshming
version=0.4.0
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=fd2d3eae35746f513006a34757d00e50d15042df54187f886c553e748985319d
case "$XBPS_TARGET_MACHINE" in
ppc64*) ;;
ppc*) broken="missing AtomicU64";;
esac
post_install() {
vlicense LICENSE
vdoc README.md
vsconf config.toml.sample
}