From 585509da7b3dda0c588945ad08512ab3d2ed1e22 Mon Sep 17 00:00:00 2001 From: Jan Christian Gr??nhage Date: Sun, 11 Aug 2019 14:51:37 +0200 Subject: [PATCH] New package: gip-0.6.0 --- srcpkgs/gip/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/gip/template diff --git a/srcpkgs/gip/template b/srcpkgs/gip/template new file mode 100644 index 00000000000..590b7a0d5d0 --- /dev/null +++ b/srcpkgs/gip/template @@ -0,0 +1,15 @@ +# Template file for 'gip' +pkgname=gip +version=0.6.0 +revision=1 +build_style=cargo +short_desc="CLI tool to get global IP address" +maintainer="Jan Christian Grünhage " +license="MIT" +homepage="https://github.com/dalance/gip" +distfiles="https://github.com/dalance/gip/archive/v${version}.tar.gz" +checksum=b8f5ba15a554ba4cb85a32449a8f665db24ab9dde7c47e7e6e10724fc9a76422 + +post_install() { + vlicense LICENSE-MIT +}