void-packages/srcpkgs/croc/template
Benjamín Albiñana 78c682ff83 croc: update to 9.2.0.
Closes: #31634 [via git-merge-pr]
2021-06-23 22:47:13 -04:00

17 lines
523 B
Bash

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