void-packages/srcpkgs/croc/template
2022-02-06 21:42:41 +01:00

17 lines
523 B
Bash

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