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 @@ + + + openbazaard + + Sönke Behrendt + thesoenke@outlook.com + + MIT + network.clients + OpenBazaar Server Daemon + OpenBazaar Server Daemon + + https://solus-project.com/sources/README.Solus + + + openbazaard + OpenBazaar Server Daemon + OpenBazaar Server Daemon + + network.clients + + /usr/bin/openbazaard + + + + + 2018-06-25 + 0.12.0 + Packaging update + Sönke Behrendt + thesoenke@outlook.com + + + \ No newline at end of file