void-packages/srcpkgs/croc/template
2020-05-12 19:41:50 +02:00

17 lines
524 B
Bash

# Template file for 'croc'
pkgname=croc
version=8.0.10
revision=2
build_style=go
go_import_path=github.com/schollz/croc/v${version%%.*}
hostmakedepends="git"
short_desc="Easily and securely send things from one computer to another"
maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="MIT"
homepage="https://github.com/schollz/croc"
distfiles="https://github.com/schollz/croc/archive/v${version}.tar.gz"
checksum=dd875a469a418b430181d74c124d76e5cb509f110dae800825248f1dc7d7330b
post_install() {
vlicense LICENSE
}