From d53bb971f61b81ed0b269d1b4aafe6d328ed591e Mon Sep 17 00:00:00 2001
gnu/packages/finance.scm | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
Toggle diff (60 lines)
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
;;; 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
(license license:expat)))
+ (uri (string-append "https://gitlab.com/FloweeTheHub/fulcrum/-/archive/v"
+ version "/fulcrum-v" version ".tar.gz"))
+ "1c1hkik8avill8ha33g76rk4b03j5ac8wiml69q4jav7a63ywgfy"))))
+ (build-system gnu-build-system)
+ (modify-phases %standard-phases
+ ;; call qmake instead of configure to create a makefile.
+ (string-append "PREFIX=" %output)
+ `(("qttools" ,qttools)))
+ (home-page "https://gitlab.com/FloweeTheHub/fulcrum")
+ (synopsis "Fast & nimble SPV Server for Bitcoin Cash")
+ "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+)))