From bd1f85d61ebfce4d4ee9256a68adfaaaf4b23c6c Mon Sep 17 00:00:00 2001 From: Jake Hillion Date: Sat, 26 Jun 2021 11:18:38 +0100 Subject: [PATCH] Added chia-plotter --- net-p2p/chia-plotter/Manifest | 1 + .../chia-plotter/chia-plotter-0.0.6.ebuild | 24 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 net-p2p/chia-plotter/Manifest create mode 100644 net-p2p/chia-plotter/chia-plotter-0.0.6.ebuild diff --git a/net-p2p/chia-plotter/Manifest b/net-p2p/chia-plotter/Manifest new file mode 100644 index 0000000..febca85 --- /dev/null +++ b/net-p2p/chia-plotter/Manifest @@ -0,0 +1 @@ +DIST c8121b987186c42c895b49818e6c13acecc51332.tar.gz 220567 BLAKE2B 7b37108974757f7d05d6083a3e7e007748d2132b332ede8323df61b8c2565dae0311b47a2d04f2de844225dbed07eb6a323d1dc375115fddf3bff5f19e6f9438 SHA512 a3cfb8f3830d33088b431a6219c31442d51be9427e08c6940640d248b718fa1aa8208dc67f38590449d6966e54d342f366cfcf1a5a5c639e1b3732e83f6c7cc3 diff --git a/net-p2p/chia-plotter/chia-plotter-0.0.6.ebuild b/net-p2p/chia-plotter/chia-plotter-0.0.6.ebuild new file mode 100644 index 0000000..2b00398 --- /dev/null +++ b/net-p2p/chia-plotter/chia-plotter-0.0.6.ebuild @@ -0,0 +1,24 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit cmake + +DESCRIPTION="madMAx43v3r high performance chia plotter" +HOMEPAGE="https://github.com/madMAx43v3r/chia-plotter" + +if [[ ${PV} == "9999" ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/madMAx43v3r/chia-plotter.git" +else + SRC_URI="https://github.com/madMAx43v3r/chia-plotter/archive/c8121b987186c42c895b49818e6c13acecc51332.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="" + +DEPEND=">=dev-libs/libsodium-1.0.18" +RDEPEND="${DEPEND}" +BDEPEND=">=dev-util/cmake-3.14"