Skip to content
Snippets Groups Projects
Commit 633a5f5f authored by Emanuel Haupt's avatar Emanuel Haupt
Browse files

security/git-credential-oauth: Add new port

git-credential-oauth is a Git credential helper that securely
authenticates to GitHub, GitLab, BitBucket and Gerrit using OAuth.

The first time you push, the helper will open a browser window to
authenticate. Subsequent pushes within storage lifetime require no
interaction.
parent 22e4e44f
No related branches found
No related tags found
No related merge requests found
......@@ -169,6 +169,7 @@
SUBDIR += gcr
SUBDIR += gef
SUBDIR += git-credential-gopass
SUBDIR += git-credential-oauth
SUBDIR += git-crypt
SUBDIR += git-remote-gcrypt
SUBDIR += git-secret
......
PORTNAME= git-credential-oauth
PORTVERSION= 0.7.0
DISTVERSIONPREFIX= v
CATEGORIES= security
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Git credential helper for GitHub and other forges using OAuth
WWW= https://github.com/hickford/git-credential-oauth
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= hickford
GO_MODULE= github.com/${GH_ACCOUNT}/${PORTNAME}
PLIST_FILES= bin/git-credential-oauth
.include <bsd.port.mk>
TIMESTAMP = 1685306482
SHA256 (go/security_git-credential-oauth/hickford-git-credential-oauth-v0.7.0_GH0/v0.7.0.mod) = 57753258083c865582da0485aa5d9597b482f364892e4e7379a188dc1f30f2ba
SIZE (go/security_git-credential-oauth/hickford-git-credential-oauth-v0.7.0_GH0/v0.7.0.mod) = 331
SHA256 (go/security_git-credential-oauth/hickford-git-credential-oauth-v0.7.0_GH0/v0.7.0.zip) = 23eef7a2c0943ed185ae6d7f6f1e894ca889d5f5b9aada9fe73f18fbb44aa8f3
SIZE (go/security_git-credential-oauth/hickford-git-credential-oauth-v0.7.0_GH0/v0.7.0.zip) = 16559
SHA256 (go/security_git-credential-oauth/hickford-git-credential-oauth-v0.7.0_GH0/hickford-git-credential-oauth-v0.7.0_GH0.tar.gz) = 017bd47edc0dd3057323d8b9ccca008b7ebca7aedf6862b1ebca5e54f5a62496
SIZE (go/security_git-credential-oauth/hickford-git-credential-oauth-v0.7.0_GH0/hickford-git-credential-oauth-v0.7.0_GH0.tar.gz) = 13981
git-credential-oauth is a Git credential helper that securely
authenticates to GitHub, GitLab, BitBucket and Gerrit using OAuth.
The first time you push, the helper will open a browser window to
authenticate. Subsequent pushes within storage lifetime require no
interaction.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment