void-packages/srcpkgs/gping/template

19 lines
484 B
Bash

# Template file for 'gping'
pkgname=gping
version=1.14.0
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=8a9c11668e2de8472d551225da1390e89bfbe4a327d120e62f8f65a2270c44f0
post_install() {
vlicense LICENSE
vman gping.1
}