Files
gentoo/dev-vcs/gagit/gagit-3.ebuild
Michał Górny bf987675dc dev-vcs/gagit: Bump to 3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2026-08-05 17:29:24 +02:00

22 lines
379 B
Bash

# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="Gentoo AGit workflow tool"
HOMEPAGE="https://gitweb.gentoo.org/proj/gagit.git/"
SRC_URI="
https://gitweb.gentoo.org/proj/gagit.git/snapshot/${P}.tar.bz2
"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-vcs/git
virtual/editor
"