void-packages/srcpkgs/croc/template
2021-03-28 18:42:33 +00:00

17 lines
524 B
Bash

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