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 +}