void-packages/srcpkgs/croc/template
2022-05-01 10:49:36 +02:00

17 lines
501 B
Bash

# Template file for 'croc'
pkgname=croc
version=9.5.5
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/v${version}.tar.gz"
checksum=221ebf034e05ef8c06b2e2290dfb83c6f8b4b3f8a9168d6d826b87ed3c62d51a
post_install() {
vlicense LICENSE
}