18 lines
501 B
Bash
18 lines
501 B
Bash
# Template file for 'croc'
|
|
pkgname=croc
|
|
version=4.0.8
|
|
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.eu>"
|
|
license="MIT"
|
|
homepage="https://github.com/schollz/croc"
|
|
distfiles="https://github.com/schollz/croc/archive/v${version}.tar.gz"
|
|
checksum=aa39fb7f8b7ce60b43628cb349d8c50a62cd12d8c84665d1c2804c00fbf80aca
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|