dev-vcs/sourcegit-bin - 2026.16 (gentoo-zh)

Search

Install

Install this version:

emerge -a =dev-vcs/sourcegit-bin-2026.16

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-vcs/sourcegit-bin-2026.16

Or alternatively:

emerge --autounmask-write -a =dev-vcs/sourcegit-bin-2026.16

Package Information

Description:
Opensource Git GUI client
Homepage:
https://github.com/sourcegit-scm/sourcegit
License:
MIT

Ebuild Details

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

EAPI=8

inherit desktop unpacker xdg

DESCRIPTION="Opensource Git GUI client"
HOMEPAGE="https://github.com/sourcegit-scm/sourcegit"
SRC_URI="https://github.com/sourcegit-scm/sourcegit/releases/download/v${PV}/sourcegit_${PV}-1_amd64.deb"

S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="strip"

QA_PREBUILT="
	/opt/sourcegit/libHarfBuzzSharp.so
	/opt/sourcegit/libSkiaSharp.so
	/opt/sourcegit/libonigwrap.so
	/opt/sourcegit/sourcegit
"

DEPEND="
	dev-vcs/git
	media-libs/fontconfig
"

RDEPEND="${DEPEND}"
src_install(){
	insinto /opt/sourcegit
	doins -r "${S}"/opt/sourcegit/*
	fperms 755 /opt/sourcegit/sourcegit
	domenu "${FILESDIR}"/sourcegit.desktop
	doicon -s 256 "${S}"/usr/share/icons/sourcegit.png
}

Inherited Eclasses

xdg

Dependencies

DEPEND

	dev-vcs/git
	media-libs/fontconfig

RDEPEND

	dev-vcs/git
	media-libs/fontconfig

Manifest for 2026.16

Type File Size Source URLs
DIST sourcegit_2026.16-1_amd64.deb 25819996 bytes https://github.com/sourcegit-scm/sourcegit/releases/download/v2026.16/sourcegit_2026.16-1_amd64.deb