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

Search

Install

Install this version:

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

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

autounmask =dev-vcs/sourcegit-bin-2026.07

Or alternatively:

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

Package Information

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

Ebuild Details

Version EAPI Keywords Slot
2026.07 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"

DEPEND="
	dev-vcs/git
"

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

RDEPEND

	dev-vcs/git

Manifest for 2026.07

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