void-packages/srcpkgs/croc/template
2020-02-19 09:16:02 +01:00

17 lines
511 B
Bash

# Template file for 'croc'
pkgname=croc
version=6.4.11
revision=1
build_style=go
go_import_path=github.com/schollz/croc/v6
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=9a5c390920bbfb0fd4c3c044392acd7cfd051a4730abd6c68c142504025c4f4e
post_install() {
vlicense LICENSE
}