void-packages/srcpkgs/croc/template
Benjamín Albiñana 434f016b44 croc: update to 8.6.5.
Closes: #25867 [via git-merge-pr]
2020-10-26 14:16:16 -04:00

17 lines
523 B
Bash

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