Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,36 @@ +name: ipfs +version: 0.4.13 +release: 1 +source: + - https://github.com/ipfs/go-ipfs/archive/v0.4.13.tar.gz: 9d5f2ef17a8bd4040fb4246c694034ec0ff323bc07d3f1469ce0877892695f31 + +license: MIT +component: network.util +summary: InterPlanetary File System +description: | + IPFS (the InterPlanetary File System) is a new hypermedia distribution protocol, addressed by content and identities. + IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. + +networking: true + +builddeps: + - fuse-devel + - golang + +runddeps: + - fuse + +setup: | + mkdir -p ../src/github.com/ipfs/go-ipfs + cp -aT . ../src/github.com/ipfs/go-ipfs/ + mv ../src . + +build: | + export GOPATH=`pwd` + cd src/github.com/ipfs/go-ipfs + %make build + +install: | + cd src/github.com/ipfs/go-ipfs + install -D -d -m 00755 $installdir/usr/bin + install -D -m 00755 cmd/ipfs/ipfs $installdir/usr/bin/ipfs Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,36 @@ + + + ipfs + + Jan Baudisch + dev@baudisch.xyz + + MIT + network.util + InterPlanetary File System + IPFS (the InterPlanetary File System) is a new hypermedia distribution protocol, addressed by content and identities. +IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. + + https://solus-project.com/sources/README.Solus + + + ipfs + InterPlanetary File System + IPFS (the InterPlanetary File System) is a new hypermedia distribution protocol, addressed by content and identities. +IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. + + network.util + + /usr/bin + + + + + 2017-12-24 + 0.4.13 + Packaging update + Jan Baudisch + dev@baudisch.xyz + + + \ No newline at end of file