void-packages/srcpkgs/croc/template

17 lines
501 B
Bash

# Template file for 'croc'
pkgname=croc
version=9.6.4
revision=2
build_style=go
go_import_path=github.com/schollz/croc/v${version%%.*}
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=e658f15c795da42286563ba5b71e213adfcd8849e5cfba4d3f8451b777c827b9
post_install() {
vlicense LICENSE
}