void-packages/srcpkgs/croc/template
2021-02-24 11:36:41 -03:00

17 lines
523 B
Bash

# Template file for 'croc'
pkgname=croc
version=8.6.8
revision=1
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=71dc45ab9511bc2a8807562632a6393e264ac59c500d6a17e2e1b01269d4d8e3
post_install() {
vlicense LICENSE
}