Initial ebuild for chia

This commit is contained in:
Jake Hillion 2021-05-02 10:43:30 +01:00
parent bc3a189dc6
commit 6ed6d048d8

View File

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