void-packages/srcpkgs/ipfs-cluster/template
2020-02-20 21:25:43 +01:00

22 lines
697 B
Bash

# Template file for 'ipfs-cluster'
pkgname=ipfs-cluster
version=0.12.1
revision=1
build_style=go
go_import_path="github.com/ipfs/ipfs-cluster"
go_package="${go_import_path}/cmd/ipfs-cluster-ctl ${go_import_path}/cmd/ipfs-cluster-service"
hostmakedepends="git wget gx-go"
depends="go-ipfs"
short_desc="Collective pinning and composition for IPFS"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="Apache-2.0, MIT"
homepage="https://github.com/ipfs/ipfs-cluster"
distfiles="https://github.com/ipfs/ipfs-cluster/archive/v${version}.tar.gz"
checksum=53758c1518b510fbaf2ba5d7b360d429ee073c6a0bf9296ccd8a5ad18f9575f2
post_install() {
vlicense LICENSE-MIT
vlicense COPYRIGHT
vdoc README.md
}