void-packages/srcpkgs/croc/template
2020-04-25 11:52:48 +00:00

17 lines
510 B
Bash

# Template file for 'croc'
pkgname=croc
version=8.0.8
revision=1
build_style=go
go_import_path=github.com/schollz/croc/v6
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=24edf85828d3937c067bcbb1114644c53385495b23829bdf0cb98b9a58c63e7a
post_install() {
vlicense LICENSE
}