portage/net-p2p/chia-plotter/chia-plotter-0.0.6.ebuild

19 lines
478 B
Bash

# 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"
SRC_URI="https://github.com/madMAx43v3r/chia-plotter/archive/c8121b987186c42c895b49818e6c13acecc51332.tar.gz"
KEYWORDS="~amd64"
LICENSE="GPL-3"
SLOT="0"
DEPEND=">=dev-libs/libsodium-1.0.18"
RDEPEND="${DEPEND}"
BDEPEND=">=dev-util/cmake-3.14"