# Template file for 'ipfs-cluster' pkgname=ipfs-cluster version=0.4.0 revision=2 build_style=go go_import_path="github.com/ipfs/ipfs-cluster" go_package="${go_import_path}/ipfs-cluster-ctl ${go_import_path}/ipfs-cluster-service" hostmakedepends="git wget gx-go" depends="go-ipfs" short_desc="Collective pinning and composition for IPFS" maintainer="Toyam Cox " license="MIT" homepage="https://github.com/ipfs/ipfs-cluster" distfiles="https://github.com/ipfs/ipfs-cluster/archive/v${version}.tar.gz" checksum=db078634b31e92a42bf98424518827a32e06045c0ab43fe8dce2618d0a6e8221 pre_build() { gx install --global gx-go rewrite } post_install() { vlicense LICENSE vdoc README.md }