New package: croc-3.0.7

This commit is contained in:
cr6git 2018-09-27 11:01:31 +02:00 committed by GitHub
parent 20a93fcef0
commit 7a341f0230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
srcpkgs/croc/template Normal file
View File

@ -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 <quark6@protonmail.com>"
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
}