void-packages/srcpkgs/croc/template
Nathan Owens 6ff7e3fb8c croc: update to 6.4.7
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-12-22 08:20:32 +01:00

18 lines
503 B
Bash

# Template file for 'croc'
pkgname=croc
version=6.4.7
revision=1
build_style=go
go_import_path=github.com/schollz/croc/v6
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=60f68962cb006d75ad017e2fc5eab706abf69ecda01db4b44ac954c6ffb60203
post_install() {
vlicense LICENSE
}