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