17 lines
436 B
Bash
17 lines
436 B
Bash
# Template file for 'gping'
|
|
pkgname=gping
|
|
version=1.6.1
|
|
revision=1
|
|
build_wrksrc="gping"
|
|
build_style=cargo
|
|
short_desc="Ping, but with a graph"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
license="MIT"
|
|
homepage="https://github.com/orf/gping/"
|
|
distfiles="https://github.com/orf/gping/archive/refs/tags/gping-v${version}.tar.gz"
|
|
checksum=f27dc8aadd7f323861e8700d47efd13199f924fe0b2e20fef1f537bed01c1454
|
|
|
|
post_install() {
|
|
vlicense ../LICENSE
|
|
}
|