void-packages/srcpkgs/croc/template
2019-01-06 21:04:31 -02:00

18 lines
500 B
Bash

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