New package: go-ipfs-0.3.9
Closes issue 3037. Also kudos to user "7185" on github.
This commit is contained in:
parent
5318f60a04
commit
95a68fbe83
|
@ -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 <chris@the-brannons.com>"
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue