void-packages/srcpkgs/croc/template
2021-08-19 15:27:17 -03:00

18 lines
523 B
Bash

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