From 44c92f4235958b0fb0d3facf8d98c0437a0f66ac Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Thu, 28 Sep 2017 01:12:55 -0400 Subject: [PATCH] New package: ipfs-cluster-0.1.0 --- srcpkgs/ipfs-cluster/template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 srcpkgs/ipfs-cluster/template diff --git a/srcpkgs/ipfs-cluster/template b/srcpkgs/ipfs-cluster/template new file mode 100644 index 00000000000..c737877c2d0 --- /dev/null +++ b/srcpkgs/ipfs-cluster/template @@ -0,0 +1,25 @@ +# Template file for 'ipfs-cluster' +pkgname=ipfs-cluster +version=0.1.0 +revision=1 +build_style=go +go_import_path="github.com/ipfs/ipfs-cluster" +go_package="github.com/ipfs/ipfs-cluster/ipfs-cluster-ctl github.com/ipfs/ipfs-cluster/ipfs-cluster-service" +hostmakedepends="git wget" +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=cd7ac1c97f5365a5592d502d7b21dfe8453afea37331028dcce98c1a6534b4f4 + +# regular go mechanisms don't work, and upstream says to do this +pre_build() { + make deps +} + +post_install() { + vlicense LICENSE + vdoc README.md +}