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