17 lines
502 B
Bash
17 lines
502 B
Bash
# Template file for 'croc'
|
|
pkgname=croc
|
|
version=9.6.13
|
|
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=5362ae8433ebd4fda9efcd853b4b8959992cf5f531ef0958ea6ed969f2eafa7b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|