# Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit autotools git-r3 DESCRIPTION="" HOMEPAGE="" EGIT_REPO_URI="https://gitee.com/huzheng/reciteword.git" LICENSE="" SLOT="0" KEYWORDS="" DEPEND="" RDEPEND="${DEPEND}" BDEPEND="" src_prepare() { default eautoreconf }