void-packages/srcpkgs/gping/template

19 lines
484 B
Bash

# Template file for 'gping'
pkgname=gping
version=1.15.1
revision=1
build_style=cargo
make_install_args="--path gping"
checkdepends="iputils"
short_desc="Ping, but with a graph"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://crates.io/crates/gping"
distfiles="https://github.com/orf/gping/archive/refs/tags/gping-v${version}.tar.gz"
checksum=bd7400c2e20f6bd547de2125c36a370fefab04ee5bf9ad60d38619ecf2114f5b
post_install() {
vlicense LICENSE
vman gping.1
}