void-packages/srcpkgs/croc/template

17 lines
513 B
Bash

# Template file for 'croc'
pkgname=croc
version=10.0.12
revision=1
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/refs/tags/v${version}.tar.gz"
checksum=849670f3525a316c44787119e1f86365f7c81d66d8b52877ac5b314e226a1eb7
post_install() {
vlicense LICENSE
}