void-packages/srcpkgs/croc/template

18 lines
500 B
Bash
Raw Normal View History

2018-09-27 09:01:31 +00:00
# Template file for 'croc'
pkgname=croc
2019-01-06 22:03:47 +00:00
version=4.1.5
revision=1
2018-09-27 09:01:31 +00:00
build_style=go
2019-01-06 22:03:47 +00:00
go_import_path=github.com/schollz/croc
2018-09-27 09:01:31 +00:00
hostmakedepends="git"
short_desc="Easily and securely send things from one computer to another"
maintainer="Orphaned <orphan@voidlinux.org>"
2018-09-27 09:01:31 +00:00
license="MIT"
homepage="https://github.com/schollz/croc"
distfiles="https://github.com/schollz/croc/archive/v${version}.tar.gz"
2019-01-06 22:03:47 +00:00
checksum=a44cbe6d632f5962c7228ee61a852b5f156a3a43011eeaf8a8cd7c1aa482e2e5
2018-09-27 09:01:31 +00:00
post_install() {
vlicense LICENSE
}