From 95a68fbe83edc956c6601ef151034cbd3a853cbc Mon Sep 17 00:00:00 2001 From: Christopher Brannon Date: Sun, 6 Dec 2015 06:29:07 -0800 Subject: [PATCH] New package: go-ipfs-0.3.9 Closes issue 3037. Also kudos to user "7185" on github. --- srcpkgs/go-ipfs/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/go-ipfs/template 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 +}