void-packages/srcpkgs/croc/template
2020-03-24 16:23:07 +00:00

17 lines
510 B
Bash

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