void-packages/srcpkgs/croc/template
2020-01-08 09:44:16 +01:00

17 lines
503 B
Bash

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