void-packages/srcpkgs/croc/template
2021-05-08 23:41:16 -03:00

17 lines
523 B
Bash

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