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