diff --git a/srcpkgs/gping/template b/srcpkgs/gping/template new file mode 100644 index 00000000000..18a07e70728 --- /dev/null +++ b/srcpkgs/gping/template @@ -0,0 +1,15 @@ +# Template file for 'gping' +pkgname=gping +version=1.2.0 +revision=1 +build_style=cargo +short_desc="Ping, but with a graph" +maintainer="Paper " +license="MIT" +homepage="https://github.com/orf/gping/" +distfiles="https://github.com/orf/gping/archive/v${version}.tar.gz" +checksum=2379d2d5c3e301140d9c65c4dcc2b99602acf511b2798f45009af4c1101a0716 + +post_install() { + vlicense LICENSE +}