Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: Electron-Cash-4.0.9.
Date: Sat, 07 Sep 2019 20:46:15 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14295@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is a new pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages electroncash
https://github.com/void-linux/void-packages/pull/14295

New package: Electron-Cash-4.0.9.
None

A patch file from https://github.com/void-linux/void-packages/pull/14295.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-electroncash-14295.patch --]
[-- Type: text/x-diff, Size: 1559 bytes --]

From e6e1e562dc54eb6e98a8b35eda2de7ca763bbdf2 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 7 Sep 2019 11:45:35 -0700
Subject: [PATCH] New package: Electron-Cash-4.0.9.

---
 srcpkgs/Electron-Cash/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/Electron-Cash/template

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
new file mode 100644
index 00000000000..366092514f7
--- /dev/null
+++ b/srcpkgs/Electron-Cash/template
@@ -0,0 +1,26 @@
+# Template file for 'Electron-Cash'
+pkgname=Electron-Cash
+version=4.0.9
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="electroncash electroncash_gui electroncash_plugins"
+hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
+depends="python3-PyQt5 python3-PyQt5-svg
+ python3-jsonrpclib python3-protobuf
+ python3-pyaes python3-pycryptodome python3-ecdsa
+ python3-dnspython python3-requests python3-qrcode python3-pysocks"
+short_desc="Lightweight Bitcoin Cash client"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
+license="MIT"
+homepage="https://electroncash.org"
+distfiles="https://electroncash.org/downloads/${version}/win-linux/Electron-Cash-${version}.tar.gz"
+checksum=630274c6e930590aa28587e348c7ed13c7bc560b16dc98c44d5ccb2ec9331899
+shlib_requires="libzbar.so.0 libsecp256k1.so.0"
+
+post_install() {
+	for lib in zbar secp256k1; do
+		rm -f -- "${DESTDIR}/usr/lib/python${py3_ver}/site-packages/electroncash/lib${lib}.so.0"
+	done
+	vlicense LICENCE
+}

             reply	other threads:[~2019-09-07 18:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-07 18:46 voidlinux-github [this message]
2019-09-09  8:56 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14295@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).