19 lines
484 B
Bash
19 lines
484 B
Bash
# Template file for 'gping'
|
|
pkgname=gping
|
|
version=1.13.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=5bdf36ffe6a8cd7979fdd54dc48c76ad96fc65af11929e17b3b686992d32e541
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vman gping.1
|
|
}
|