You are not logged in.

#1 2020-05-20 12:21:58

openkoder
Member
Registered: 2020-05-20
Posts: 2

PKGBUILD review request: Phore Marketplace

# Maintainer: Vitalij Fleganov <openkoder [@t] tutanota [dot] com>
pkgname=phoremarketplace
pkgver=2
pkgrel=3.6
pkgdesc="The Phore Marketplace is a Decentralized e-Commerce Application (dApp). The Phore Marketplace is an blockchain environment where individuals can interact freely without a centralized authority to monitor transactions or collect personal data. The Phore Marketplace is a decentralized marketplace designed to be used with Phore (PHR). Among the many benefits of using the Phore Marketplace are, Zero listing fees for sellers and fair arbitration for disputes. The marketplace allows for trades to be conducted transparently or privately, and illegal items are restricted and will be filtered out of search capabilities. The marketplace offers a real world use for Phore and we will never collect any data from buyers or sellers."
arch=('x86_64')
url="https://phore.io/marketplace/"
license=('MIT')
depends=()
source=("phoremarketplace_${pkgver}.${pkgrel}_amd64.deb")
md5sums=('8f7e2a49831f4ef6243831618ad9edbe')

package()
    {
    cd "${srcdir}"
    bsdtar -xf data.tar.xz -C "$pkgdir"
    }

Offline

#2 2020-05-20 12:35:26

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: PKGBUILD review request: Phore Marketplace

pkgdesc shouldn't contain the name of the software.
You haven't correctly installed the license.
You are missing all of the dependencies.

And that's just what I've found before investigating the contents of the .deb file.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2020-05-20 12:43:10

loqs
Member
Registered: 2014-03-06
Posts: 17,197

Re: PKGBUILD review request: Phore Marketplace

Have you tried building the project from source https://github.com/phoreproject/pm-desktop ?

Offline

#4 2020-05-20 13:00:11

openkoder
Member
Registered: 2020-05-20
Posts: 2

Re: PKGBUILD review request: Phore Marketplace

loqs wrote:

Have you tried building the project from source https://github.com/phoreproject/pm-desktop ?

I have not enough for this experience yet.
But I will try to compile the Phore Marketplace from the source code.

Offline

#5 2020-05-20 13:16:40

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: PKGBUILD review request: Phore Marketplace

This apears to use NPM / node.js , https://wiki.archlinux.org/index.php/No … guidelines should be helpful to get a start.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

Board footer

Powered by FluxBB