* [bug#40494] [PATCH] new package: fulcrum
@ 2020-04-07 19:29 Tom Zander via Guix-patches via
2020-04-10 16:45 ` bug#40494: " Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Tom Zander via Guix-patches via @ 2020-04-07 19:29 UTC (permalink / raw)
To: 40494
[-- Attachment #1: Type: text/plain, Size: 14 bytes --]
--
Tom Zander
[-- Attachment #2: 0001-Add-Flowee-Fulcrum-to-the-finance-file.patch --]
[-- Type: text/x-patch, Size: 2431 bytes --]
From d53bb971f61b81ed0b269d1b4aafe6d328ed591e Mon Sep 17 00:00:00 2001
From: TomZ <tomz@freedommail.ch>
Date: Tue, 7 Apr 2020 20:48:45 +0200
Subject: [PATCH] Add Flowee Fulcrum to the finance file
---
gnu/packages/finance.scm | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index ea1fcbe9d4..940644582a 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -17,6 +17,7 @@
;;; Copyright © 2019 Sebastian Schott <sschott@mailbox.org>
;;; Copyright © 2020 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2020 Christopher Lemmer Webber <cwebber@dustycloud.org>
+;;; Copyright © 2020 Tom Zander <tomz@freedommail.ch>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1401,6 +1402,45 @@ electronic cash system. This package provides a command line client and
a Qt GUI.")
(license license:expat)))
+(define-public fulcrum
+ (package
+ (name "fulcrum")
+ (version "1.0.5b")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://gitlab.com/FloweeTheHub/fulcrum/-/archive/v"
+ version "/fulcrum-v" version ".tar.gz"))
+ (sha256
+ (base32
+ "1c1hkik8avill8ha33g76rk4b03j5ac8wiml69q4jav7a63ywgfy"))))
+
+ (build-system gnu-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ ;; call qmake instead of configure to create a makefile.
+ (replace 'configure
+ (lambda _
+ (invoke
+ "qmake"
+ (string-append "PREFIX=" %output)
+ "features="))))))
+ (inputs
+ `(("qtbase" ,qtbase)
+ ("rocksdb" ,rocksdb)
+ ("zlib" ,zlib)
+ ("python" ,python)))
+ (native-inputs
+ `(("qttools" ,qttools)))
+ (home-page "https://gitlab.com/FloweeTheHub/fulcrum")
+ (synopsis "Fast & nimble SPV Server for Bitcoin Cash")
+ (description
+ "Flowee Fulcrum is a server that is the back-end for SPV wallets,
+it provides the full API for those walets in a fast and small server.
+The full data is stored in a full node, like Flowee the Hub, which
+Fulcrum connects to over RPC.")
+ (license license:gpl3+)))
+
(define-public beancount
(package
(name "beancount")
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#40494: [PATCH] new package: fulcrum
2020-04-07 19:29 [bug#40494] [PATCH] new package: fulcrum Tom Zander via Guix-patches via
@ 2020-04-10 16:45 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-04-10 16:45 UTC (permalink / raw)
To: Tom Zander via Guix-patches via; +Cc: 40494-done, Tom Zander
Hello,
Tom Zander via Guix-patches via <guix-patches@gnu.org> writes:
> From d53bb971f61b81ed0b269d1b4aafe6d328ed591e Mon Sep 17 00:00:00 2001
> From: TomZ <tomz@freedommail.ch>
> Date: Tue, 7 Apr 2020 20:48:45 +0200
> Subject: [PATCH] Add Flowee Fulcrum to the finance file
Thank you!
I added a proper commit message, expounded "SPV" in description, and
pushed as 3e6aa0ce968c79869a7a1dcfcfe682865d16ad45.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-04-10 16:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-07 19:29 [bug#40494] [PATCH] new package: fulcrum Tom Zander via Guix-patches via
2020-04-10 16:45 ` bug#40494: " Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).