void-packages/srcpkgs/croc/template
2020-04-09 21:19:03 +02:00

17 lines
510 B
Bash

# Template file for 'croc'
pkgname=croc
version=8.0.7
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=6bff8cb8158c8ddf2e20dffd20843668857e390c1edc20874faee029fffe903e
post_install() {
vlicense LICENSE
}