Page MenuHomeSolus

D2132.id5122.diff
No OneTemporary

D2132.id5122.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,3 @@
+libc.so.6
+libdl.so.2
+libpthread.so.0
Index: files/ipfs.service
===================================================================
--- /dev/null
+++ files/ipfs.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=InterPlanetary File System (IPFS) daemon
+
+[Service]
+ExecStart=/usr/bin/ipfs daemon
+Restart=on-failure
+
+[Install]
+WantedBy=default.target
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,34 @@
+name : go-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.base
+networking : yes
+extract : no
+summary : A peer-to-peer hypermedia protocol to make the web faster, safer, and more open.
+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.
+
+ IPFS is a distributed file system that seeks to connect all computing devices with the same system of files. In some ways, this is similar to the original aims of the Web, but IPFS is actually more similar to a single bittorrent swarm exchanging git objects.
+builddeps :
+ - git
+ - golang
+setup : |
+ mkdir -p src/github.com/ipfs/go-ipfs
+ tar xf $sources/v${version}.tar.gz -C src/github.com/ipfs/go-ipfs --strip-components 1
+build : |
+ cd ..
+ export GOPATH=`pwd`
+ export PATH=$PATH:$GOPATH:$GOPATH/bin
+ cd src/github.com/ipfs/go-ipfs/
+ %make build
+install : |
+ cd src/github.com/ipfs/go-ipfs/
+ install -D -m 00755 cmd/ipfs/ipfs $installdir/usr/bin/ipfs
+ install -D -m 00644 $pkgfiles/ipfs.service $installdir/usr/lib/systemd/user/ipfs.service
+ install -D -m 00644 misc/completion/ipfs-completion.bash $installdir/usr/share/bash-completions/completions/ipfs
+ install -D -m 00644 LICENSE $installdir/usr/share/licenses/go-ipfs/LICENSE
+ install -D -m 00644 README.md $installdir/usr/share/doc/go-ipfs/README.md
+ install -D -m 00644 CHANGELOG.md $installdir/usr/share/doc/go-ipfs/CHANGELOG.md
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,42 @@
+<PISI>
+ <Source>
+ <Name>go-ipfs</Name>
+ <Packager>
+ <Name>taaem</Name>
+ <Email>taaem@mailbox.org</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>network.base</PartOf>
+ <Summary xml:lang="en">A peer-to-peer hypermedia protocol to make the web faster, safer, and more open.</Summary>
+ <Description xml:lang="en">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.
+
+IPFS is a distributed file system that seeks to connect all computing devices with the same system of files. In some ways, this is similar to the original aims of the Web, but IPFS is actually more similar to a single bittorrent swarm exchanging git objects.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>go-ipfs</Name>
+ <Summary xml:lang="en">A peer-to-peer hypermedia protocol to make the web faster, safer, and more open.</Summary>
+ <Description xml:lang="en">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.
+
+IPFS is a distributed file system that seeks to connect all computing devices with the same system of files. In some ways, this is similar to the original aims of the Web, but IPFS is actually more similar to a single bittorrent swarm exchanging git objects.
+</Description>
+ <PartOf>network.base</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib/systemd/user/ipfs.service</Path>
+ <Path fileType="data">/usr/share/bash-completions/completions/ipfs</Path>
+ <Path fileType="doc">/usr/share/doc</Path>
+ <Path fileType="data">/usr/share/licenses/go-ipfs/LICENSE</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-01-29</Date>
+ <Version>0.4.13</Version>
+ <Comment>Packaging update</Comment>
+ <Name>taaem</Name>
+ <Email>taaem@mailbox.org</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 10:22 PM (2 h, 57 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5896797
Default Alt Text
D2132.id5122.diff (5 KB)

Event Timeline