Added chia-plotter

This commit is contained in:
Jake Hillion 2021-06-26 11:18:38 +01:00
parent e249dbdd30
commit bd1f85d61e
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST c8121b987186c42c895b49818e6c13acecc51332.tar.gz 220567 BLAKE2B 7b37108974757f7d05d6083a3e7e007748d2132b332ede8323df61b8c2565dae0311b47a2d04f2de844225dbed07eb6a323d1dc375115fddf3bff5f19e6f9438 SHA512 a3cfb8f3830d33088b431a6219c31442d51be9427e08c6940640d248b718fa1aa8208dc67f38590449d6966e54d342f366cfcf1a5a5c639e1b3732e83f6c7cc3

View File

@ -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"