mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
app-admin/git-credential-oauth: add 0.17.2, drop 0.17.1
Signed-off-by: Nickolay Goppen <setotau@yandex.ru>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# Copyright 2024 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
|
||||
}
|
||||
Reference in New Issue
Block a user