diff --git a/srcpkgs/go-ipfs/template b/srcpkgs/go-ipfs/template new file mode 100644 index 00000000000..3987a430caa --- /dev/null +++ b/srcpkgs/go-ipfs/template @@ -0,0 +1,19 @@ +# Template file for 'go-ipfs' +pkgname=go-ipfs +version=0.3.9 +revision=1 +build_style=go +go_import_path="github.com/ipfs/${pkgname}" +go_package="${go_import_path}/cmd/ipfs" +short_desc="Global versioned P2P merkle DAG file system" +maintainer="Christopher Brannon " +license="MIT" +homepage="https://ipfs.io" +distfiles="https://${go_import_path}/archive/v${version}.tar.gz" +checksum=74c8cac25f7ef0c5702fe7b59421b2072169ae357d393990c16cc7caccccbc73 + +post_install() { + vinstall misc/completion/ipfs-completion.bash 644 usr/share/bash-completion/completions ipfs + vlicense LICENSE + vdoc README.md +}