dev-vcs/jj - 9999 (Miezhiko)

Search

Package Information

Description:
A Git-compatible DVCS that is both simple and powerful
Homepage:
https://github.com/martinvonz/jj
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cargo git-r3

EGIT_REPO_URI="https://github.com/martinvonz/jj.git"
DESCRIPTION="A Git-compatible DVCS that is both simple and powerful"
HOMEPAGE="https://github.com/martinvonz/jj"

LICENSE="Apache-2.0"
RESTRICT="mirror"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~x86"

DEPEND=">=dev-lang/rust-1.50.0[rls]"
RDEPEND="${DEPEND}"

src_unpack() {
	git-r3_src_unpack
	cargo_live_src_unpack
}

Dependencies

DEPEND

>=dev-lang/rust-1.50.0[rls]

RDEPEND

>=dev-lang/rust-1.50.0[rls]