summaryrefslogtreecommitdiff
path: root/dev-vcs/gagit/gagit-4.ebuild
blob: b21de3bc3939a43eb5dcd308c9d296dfc1017c49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~x86"

RDEPEND="
	dev-vcs/git
	virtual/editor
"