dev-vcs/mergiraf - 0.16.1 (gentoo)

Search

Package Information

Description:
Syntax-aware git merge driver
Homepage:
https://mergiraf.org/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.16.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

CRATES=""
RUST_MIN_VER="1.88"
inherit cargo

DESCRIPTION="Syntax-aware git merge driver"
HOMEPAGE="https://mergiraf.org/"
SRC_URI="https://codeberg.org/mergiraf/mergiraf/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://github.com/gentoo-crate-dist/mergiraf/releases/download/v${PV}/${P}-crates.tar.xz"
S=${WORKDIR}/${PN}

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

QA_FLAGS_IGNORED="usr/bin/${PN}"

src_install() {
	default
	cargo_src_install
}

Manifest for 0.16.1

Type File Size Source URLs
DIST mergiraf-0.16.1.tar.gz 1220556 bytes https://codeberg.org/mergiraf/mergiraf/archive/v0.16.1.tar.gz