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