portage/net-p2p/chia-blockchain/chia-blockchain-1.1.4.ebuild

22 lines
449 B
Bash

# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="Chia cryptocurrency blockchain"
HOMEPAGE="https://www.chia.net/"
SRC_URI="https://github.com/Chia-Network/chia-blockchain/archive/refs/tags/1.1.4.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"
RDEPEND=""
BDEPEND=""