void-packages/srcpkgs/croc/template
2019-09-06 08:47:15 +02:00

17 lines
503 B
Bash

# Template file for 'croc'
pkgname=croc
version=6.1.2
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="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/schollz/croc"
distfiles="https://github.com/schollz/croc/archive/v${version}.tar.gz"
checksum=197202f15296a2625ce2e1b0611e35e020c0cf773f08ff7808e7536a4d7c9be0
post_install() {
vlicense LICENSE
}