New package: croc-3.0.7
This commit is contained in:
parent
20a93fcef0
commit
7a341f0230
|
@ -0,0 +1,17 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Reference in New Issue