# Template file for 'go-ipfs' pkgname=go-ipfs version=0.5.0 revision=1 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, Apache-2.0" 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=df74fe2331958cffde20daa22df25d671af8a29b9f41137c9ad320902fc39496 pre_build() { if [ "$CROSS_BUILD" ]; then export CGO_ENABLED=0 fi } post_install() { vinstall misc/completion/ipfs-completion.bash 644 usr/share/bash-completion/completions ipfs vlicense LICENSE-MIT vdoc README.md vdoc CHANGELOG.md }