void-packages/srcpkgs/croc/template

17 lines
503 B
Bash

# Template file for 'croc'
pkgname=croc
version=10.0.10
revision=1
build_style=go
go_import_path=github.com/schollz/croc/v${version%%.*}
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=0c36b63ce4c60d9cfc0d338329911e7f358d11a2a9463e2bf5a8972d9a9f4b36
post_install() {
vlicense LICENSE
}