From 7a341f0230bef5501cfe4e6f9ae9bc2110fdf3aa Mon Sep 17 00:00:00 2001 From: cr6git Date: Thu, 27 Sep 2018 11:01:31 +0200 Subject: [PATCH] New package: croc-3.0.7 --- srcpkgs/croc/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/croc/template diff --git a/srcpkgs/croc/template b/srcpkgs/croc/template new file mode 100644 index 00000000000..9c9e7bced8f --- /dev/null +++ b/srcpkgs/croc/template @@ -0,0 +1,17 @@ +# Template file for 'croc' +pkgname=croc +version=3.0.7 +revision=1 +build_style=go +go_import_path="github.com/schollz/croc" +hostmakedepends="git" +short_desc="Easily and securely send things from one computer to another" +maintainer="cr6git " +license="MIT" +homepage="https://github.com/schollz/croc" +distfiles="https://github.com/schollz/croc/archive/v${version}.tar.gz" +checksum=128ce53f8d22770ff1b2a452179add744a1af1488c8cfeefd1b6ea10ddefe993 + +post_install() { + vlicense LICENSE +}