# Copyright 2021-2023 Bryan Gardiner # Distributed under the terms of the GNU General Public License v2 EAPI=8 GIT_REV=62ced56f026e0ace591750f4c7fdd9465f274851 DESCRIPTION="Summarizes statuses of multiple local repositories" HOMEPAGE="https://github.com/MirkoLedda/git-summary" SRC_URI="https://github.com/MirkoLedda/${PN}/archive/${GIT_REV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="" RDEPEND="sys-apps/gawk" S="${WORKDIR}/${PN}-${GIT_REV}" DOCS=(README.md) src_install() { einstalldocs dobin git-summary doman git-summary.1 }