vp-build/srcpkgs/ipfs-cluster/template

26 lines
712 B
Bash

# Template file for 'ipfs-cluster'
pkgname=ipfs-cluster
version=0.7.0
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.eu>"
license="MIT"
homepage="https://github.com/ipfs/ipfs-cluster"
distfiles="https://github.com/ipfs/ipfs-cluster/archive/v${version}.tar.gz"
checksum=cec67d6ee63b6d9659f1ecf83ea51f94bef1ca250fc359299967d428d2513c19
pre_build() {
gx install --global
gx-go rewrite
}
post_install() {
vlicense LICENSE
vdoc README.md
}