void-packages/srcpkgs/ipfs-cluster/template

26 lines
704 B
Bash
Raw Normal View History

2017-09-28 05:12:55 +00:00
# Template file for 'ipfs-cluster'
pkgname=ipfs-cluster
2018-02-14 04:37:17 +00:00
version=0.3.3
2018-02-07 18:15:27 +00:00
revision=1
2017-09-28 05:12:55 +00:00
build_style=go
go_import_path="github.com/ipfs/ipfs-cluster"
2017-11-16 06:21:00 +00:00
go_package="${go_import_path}/ipfs-cluster-ctl ${go_import_path}/ipfs-cluster-service"
2017-09-28 07:07:51 +00:00
hostmakedepends="git wget gx-go"
2017-09-28 05:12:55 +00:00
depends="go-ipfs"
short_desc="Collective pinning and composition for IPFS"
2017-11-10 21:19:16 +00:00
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
2017-09-28 05:12:55 +00:00
license="MIT"
homepage="https://github.com/ipfs/ipfs-cluster"
distfiles="https://github.com/ipfs/ipfs-cluster/archive/v${version}.tar.gz"
2018-02-14 04:37:17 +00:00
checksum=7225ea089af24f183bddc35c44eabb9c62021d7be2a73af776ed56120ffadcef
2017-09-28 05:12:55 +00:00
pre_build() {
2017-09-28 07:07:51 +00:00
gx install --global
gx-go rewrite
2017-09-28 05:12:55 +00:00
}
post_install() {
vlicense LICENSE
vdoc README.md
}