Search Criteria
Package Details: emercoin 0.7.3-2
Git Clone URL: | https://aur.archlinux.org/emercoin.git (read-only, click to copy) |
---|---|
Package Base: | emercoin |
Description: | Digital currency and blockchain service platform |
Upstream URL: | https://emercoin.com/ |
Keywords: | emercoin emercoin-qt emercoind emerdns |
Licenses: | |
Submitter: | jussi |
Maintainer: | locked_sh |
Last Packager: | locked_sh |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2016-07-07 17:08 |
Last Updated: | 2018-12-02 20:24 |
Dependencies (8)
- boost-libs (boost171, boost-libs-git)
- libevent (libevent-git, libevent-fb)
- miniupnpc (miniupnpc-git)
- protobuf (protobuf3-git, protobuf-git, protobuf-static)
- qrencode (qrencode-git)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- boost (boost-git) (make)
- qt5-tools (qt5-tools-git) (make)
Latest Comments
locked_sh commented on 2018-03-11 09:50
My draft PKGBUILD with patches is here: https://ipfs.io/ipfs/QmVLSu6ieFokFMRh4AbiKthtC951HgTbtJos5yL38Jxb6W. Maybe this is not an elegant solution (especially patches), but works for me. Hope it will be useful.
nicholascw commented on 2018-03-09 20:44
I'll try to do that this weekend. PKGBUILD is welcome.
locked_sh commented on 2018-03-09 20:41
So maybe it makes sense to push according changes to this package? It's not trivial to build it from source (need some patches), but possible.
nicholascw commented on 2018-03-08 16:26
I was aware of the naming issue when I adopt this package, but it seems on AUR the only way to rename a package is to push a new one and delete this.
locked_sh commented on 2018-03-08 15:08
This package probably should be named "emercoin-bin", just like e.g. https://aur.archlinux.org/packages/firefox-esr-bin/ — it packs the already builded binary files in a similar way.
niklaszantner commented on 2018-01-19 14:19
The package build needs two updates: 1. the sha256sums 2. cd "$pkgname-$pkgver" has to be changed to something like cd "$pkgname-0.6.3"
GentleMonster commented on 2017-06-24 20:56
Update the PKGBUILD file, please:
-------------------------------------
pkgname=emercoin
pkgver=0.6.2
pkgrel=1
pkgdesc="Emercoin is a digital currency and blockchain service platform."
arch=('i686' 'x86_64')
url="http://emercoin.com/"
license=('GPL3')
source_i686=("https://netix.dl.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver-linux32.tar.gz")
source_x86_64=("https://netix.dl.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver-linux64.tar.gz")
sha256sums_i686=('bcb9c2f055288238234cf15b65a19a82c50b4a612fccd886f57296b6820fc03a')
sha256sums_x86_64=('560ac91d93d94319ff2d1dc1896bf123f79b59895a1dfa952171a6c09dbe9e26')
package() {
cd "$pkgname-$pkgver"
mkdir -p $pkgdir/usr/bin
install -D -m755 ./bin/emercoind $pkgdir/usr/bin/emercoind
install -D -m755 ./bin/emercoin-qt $pkgdir/usr/bin/emercoin-qt
install -D -m755 ./bin/emercoin-tx $pkgdir/usr/bin/emercoin-tx
install -D -m755 ./bin/emercoin-cli $pkgdir/usr/bin/emercoin-cli
install -D -m755 ./bin/test_emercoin $pkgdir/usr/bin/test_emercoin
install -D -m755 ./include/bitcoinconsensus.h $pkgdir/usr/include/bitcoinconsensus.h
install -D -m755 ./lib/libbitcoinconsensus.so $pkgdir/usr/lib/libbitcoinconsensus.so
install -D -m755 ./lib/libbitcoinconsensus.so.0 $pkgdir/usr/lib/libbitcoinconsensus.so.0
install -D -m755 ./lib/libbitcoinconsensus.so.0.0.0 $pkgdir/usr/lib/libbitcoinconsensus.so.0.0.0
}
---------------------------------------------------------
TheFuzzStone commented on 2016-10-10 14:37
Thanks!
jussi commented on 2016-07-07 17:37
Run emercoin-qt or emercoind.