17 lines
501 B
Bash
17 lines
501 B
Bash
# Template file for 'croc'
|
|
pkgname=croc
|
|
version=9.5.6
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/schollz/croc/v${version%%.*}
|
|
short_desc="Easily and securely send things from one computer to another"
|
|
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/schollz/croc"
|
|
distfiles="https://github.com/schollz/croc/archive/v${version}.tar.gz"
|
|
checksum=c03c7b9daf2ba841d373d9c43abb68dc27ab1d7e01bbadead771918d499dea9e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|