# Template file for 'go-ipfs' pkgname=go-ipfs version=0.4.20 revision=1 create_wrksrc=yes build_wrksrc="${pkgname}-${version}" build_style=go go_import_path="github.com/ipfs/${pkgname}" go_package="${go_import_path}/cmd/ipfs" hostmakedepends="git" depends="fs-repo-migrations>=1.3.0" short_desc="Global versioned P2P merkle DAG file system" maintainer="Christopher Brannon " license="MIT" homepage="https://ipfs.io" changelog="https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" checksum=ddaeb8b8747efc81b560bb9c3e751c4277b089f3cd113e6001d1392993fb0fd0 pre_build() { # Disable the dynamic plugin loader for now; breaks cross. if [ "$CROSS_BUILD" ]; then rm plugin/loader/load_linux.go fi } post_install() { vinstall misc/completion/ipfs-completion.bash 644 usr/share/bash-completion/completions ipfs vlicense LICENSE vdoc README.md vdoc CHANGELOG.md }