# Copyright 2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="git-flow in Go with great flexibility and compatibility with git-flow and -avh." HOMEPAGE="https://github.com/gittower/git-flow-next" SRC_URI="https://github.com/gittower/git-flow-next/releases/download/v${PV}/git-flow-next-v${PV}-linux-amd64.tar.gz" S="${WORKDIR}" KEYWORDS="~amd64" LICENSE="BSD-2" SLOT="0" RDEPEND="!dev-vcs/git-flow" src_install() { newbin git-flow-v${PV}-linux-amd64 git-flow }