void-packages/srcpkgs/gping/template

20 lines
529 B
Bash

# Template file for 'gping'
pkgname=gping
version=1.19.0
revision=1
build_style=cargo
make_check_args="-- --skip=test_integration"
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=a979c9a8c7a1a540bb48a1e90bb7ad294560bddc16ca977bc8475fb14f20155d
post_install() {
vlicense LICENSE
vman gping.1
}