void-packages/srcpkgs/croc/template
2019-03-15 01:45:54 -03:00

17 lines
500 B
Bash

# Template file for 'croc'
pkgname=croc
version=4.1.6
revision=1
build_style=go
go_import_path=github.com/schollz/croc
hostmakedepends="git"
short_desc="Easily and securely send things from one computer to another"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/schollz/croc"
distfiles="https://github.com/schollz/croc/archive/v${version}.tar.gz"
checksum=3eff11c33d5a70e10d26b5315a460c148d302e11ba1f80662d8fc475f1552676
post_install() {
vlicense LICENSE
}