2018-09-27 11:01:31 +02:00
|
|
|
# Template file for 'croc'
|
|
|
|
pkgname=croc
|
2018-10-19 04:43:21 +02:00
|
|
|
version=4.0.7
|
2018-09-27 11:01:31 +02:00
|
|
|
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"
|
2018-10-19 04:43:21 +02:00
|
|
|
checksum=a3d4049d75c965774717095b56537a6384c51344ba7a9f00b1f3e6bcc4f76536
|
2018-09-27 11:01:31 +02:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|