Files
void-packages/srcpkgs/gping/template
2023-12-03 20:57:18 +01:00

19 lines
484 B
Bash

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