18 lines
510 B
Bash
18 lines
510 B
Bash
# Template file for 'croc'
|
|
pkgname=croc
|
|
version=8.0.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="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=ba1b9ef60dfbbfea92101d606530883b412e4a2b987fb491e7eb577bda0f8fc4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|