17 lines
503 B
Bash
17 lines
503 B
Bash
# Template file for 'croc'
|
|
pkgname=croc
|
|
version=6.2.3
|
|
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=57033bd3e0c61ed9ac9e8515e4f1e08ae43a57fe6a01c6ff73f446c2098072d4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|