Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| 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 | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.