app-admin/git-credential-oauth - 0.17.2 (guru)

Search

Install

Install this version:

emerge -a =app-admin/git-credential-oauth-0.17.2

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

autounmask =app-admin/git-credential-oauth-0.17.2

Or alternatively:

emerge --autounmask-write -a =app-admin/git-credential-oauth-0.17.2

Package Information

Description:
A Git credential helper that securely authenticates using OAuth
Homepage:
https://github.com/hickford/git-credential-oauth
License:
Apache-2.0 BSD

Ebuild Details

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

EAPI=8

inherit go-module

DESCRIPTION="A Git credential helper that securely authenticates using OAuth"
HOMEPAGE="https://github.com/hickford/git-credential-oauth"
SRC_URI="https://github.com/hickford/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://github.com/setotau/go-vendor-tarballs/releases/download/${P}/${P}-vendor.tar.xz"

LICENSE="Apache-2.0 BSD"
SLOT="0"
KEYWORDS="~amd64"

src_compile() {
	ego build
}

src_install() {
	dobin git-credential-oauth
	doman git-credential-oauth.1
	default
}

Inherited Eclasses

Manifest for 0.17.2

Type File Size Source URLs
DIST git-credential-oauth-0.17.2-vendor.tar.xz 27604 bytes https://github.com/setotau/go-vendor-tarballs/releases/download/git-credential-oauth-0.17.2/git-credential-oauth-0.17.2-vendor.tar.xz
DIST git-credential-oauth-0.17.2.tar.gz 16774 bytes https://github.com/hickford/git-credential-oauth/archive/refs/tags/v0.17.2.tar.gz