void-packages/srcpkgs/croc/template
2022-04-09 11:48:23 +02:00

17 lines
523 B
Bash

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