Page MenuHomeSolus

D1830.diff
No OneTemporary

D1830.diff

diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,2 @@
+libc.so.6
+libpthread.so.0
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,21 @@
+name : openbazaard
+version : 0.12.0
+release : 1
+source :
+ - https://github.com/OpenBazaar/openbazaar-go/archive/v0.12.0.tar.gz : 64a73b9cc4260984b6daa838e10251d9554ddcfc46e0ef7e88ca9dce0ec31b7f
+license : MIT
+component : network.clients
+summary : OpenBazaar Server Daemon
+description: |
+ OpenBazaar Server Daemon
+extract : no
+builddeps :
+ - golang
+build : |
+ export GOPATH=$workdir
+ mkdir -p src/github.com/OpenBazaar/openbazaar-go
+ tar -xf $sources/v${version}.tar.gz -C src/github.com/OpenBazaar/openbazaar-go --strip-components=1
+ cd src/github.com/OpenBazaar/openbazaar-go
+ go install
+install : |
+ install -Dm755 bin/openbazaar-go $installdir/usr/bin/openbazaard
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,34 @@
+<PISI>
+ <Source>
+ <Name>openbazaard</Name>
+ <Packager>
+ <Name>Sönke Behrendt</Name>
+ <Email>thesoenke@outlook.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>network.clients</PartOf>
+ <Summary xml:lang="en">OpenBazaar Server Daemon</Summary>
+ <Description xml:lang="en">OpenBazaar Server Daemon
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>openbazaard</Name>
+ <Summary xml:lang="en">OpenBazaar Server Daemon</Summary>
+ <Description xml:lang="en">OpenBazaar Server Daemon
+</Description>
+ <PartOf>network.clients</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/openbazaard</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-06-25</Date>
+ <Version>0.12.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Sönke Behrendt</Name>
+ <Email>thesoenke@outlook.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 1, 10:13 PM (6 d, 23 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5792838
Default Alt Text
D1830.diff (2 KB)

Event Timeline