Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10849466
D1830.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D1830.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Jun 12 2023, 7:59 PM (8 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5792838
Default Alt Text
D1830.diff (2 KB)
Attached To
Mode
D1830: Initial commit of openbazaard
Attached
Detach File
Event Timeline
Log In to Comment