From 6ed6d048d8a5e1c71c33fc9821acac3c967d2273 Mon Sep 17 00:00:00 2001 From: Jake Hillion Date: Sun, 2 May 2021 10:43:30 +0100 Subject: [PATCH] Initial ebuild for chia --- .../chia-blockchain-1.1.3.ebuild | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 net-p2p/chia-blockchain/chia-blockchain-1.1.3.ebuild diff --git a/net-p2p/chia-blockchain/chia-blockchain-1.1.3.ebuild b/net-p2p/chia-blockchain/chia-blockchain-1.1.3.ebuild new file mode 100644 index 0000000..3757920 --- /dev/null +++ b/net-p2p/chia-blockchain/chia-blockchain-1.1.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) + +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.3.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="" +BDEPEND="" + +