void-packages/srcpkgs/croc/template

18 lines
501 B
Bash
Raw Normal View History

2018-09-27 11:01:31 +02:00
# Template file for 'croc'
pkgname=croc
2018-10-21 16:41:14 +02:00
version=4.0.8
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-21 16:41:14 +02:00
checksum=aa39fb7f8b7ce60b43628cb349d8c50a62cd12d8c84665d1c2804c00fbf80aca
2018-09-27 11:01:31 +02:00
post_install() {
vlicense LICENSE
}