void-packages/srcpkgs/ipfs-cluster/template
Érico Rolim 64ca4b5bf3 ipfs-cluster: clean up unnecessary hostmakedepends
At least gx-go seems to have been forgotten in commit
31effcb4a1, which removed the commands
using gx from pre_build.
2021-02-19 12:07:43 -03:00

22 lines
686 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"
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
}