void-packages/srcpkgs/croc/template
2020-09-08 11:59:10 -04:00

17 lines
523 B
Bash

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