void-packages/srcpkgs/croc/template
2021-11-18 14:02:45 -03:00

17 lines
523 B
Bash

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