void-packages/srcpkgs/gping/template
2021-10-30 10:49:02 +02:00

18 lines
482 B
Bash

# Template file for 'gping'
pkgname=gping
version=1.2.6
revision=1
wrksrc="${pkgname}-${pkgname}-v${version}"
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=e36d5bc02157708c803d1855be4b2a9daa27d077fffe86c58b12c746fdc04c8f
post_install() {
vlicense ../LICENSE
}