17 lines
523 B
Bash
17 lines
523 B
Bash
# Template file for 'croc'
|
|
pkgname=croc
|
|
version=9.4.2
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/schollz/croc/v${version%%.*}
|
|
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=73d3abb058af18329ffdea4bb77d484b5f8ede9c11010d44781f3e891aa675e0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|