void-packages/srcpkgs/croc/template

18 lines
502 B
Bash
Raw Normal View History

2018-09-27 09:01:31 +00:00
# Template file for 'croc'
pkgname=croc
2018-11-06 13:10:20 +00:00
version=4.1.4
2018-12-16 03:58:39 +00:00
revision=2
2018-09-27 09:01:31 +00:00
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="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"
2018-11-06 13:10:20 +00:00
checksum=0f81f22f6af478b0d499be4da19a38dff49aae2b9a4e1295f9949f15f185d863
2018-09-27 09:01:31 +00:00
post_install() {
vlicense LICENSE
}