void-packages/srcpkgs/croc/template
2021-05-17 00:26:18 -03:00

17 lines
523 B
Bash

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