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