forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
security/R-gitgreds: import R-gitcreds-0.1.1
Query, set, delete credentials from the 'git' credential store. Manage 'GitHub' tokens and other 'git' credentials. This package is to be used by other packages that need to authenticate to 'GitHub' and/or other 'git' repositories.
- Loading branch information
mef
committed
Aug 24, 2021
1 parent
1332f13
commit f1d9c78
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Query, set, delete credentials from the 'git' credential store. Manage | ||
'GitHub' tokens and other 'git' credentials. This package is to be | ||
used by other packages that need to authenticate to 'GitHub' and/or | ||
other 'git' repositories. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# $NetBSD: Makefile,v 1.1 2021/08/24 10:13:49 mef Exp $ | ||
|
||
R_PKGNAME= gitcreds | ||
R_PKGVER= 0.1.1 | ||
CATEGORIES= security | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Query 'git' Credentials from 'R' | ||
LICENSE= mit # + file LICENSE | ||
|
||
DEPENDS+= R-oskeyring-[0-9]*:../../security/R-oskeyring | ||
USE_LANGUAGES= # none | ||
|
||
.include "../../math/R/Makefile.extension" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
$NetBSD: distinfo,v 1.1 2021/08/24 10:13:49 mef Exp $ | ||
|
||
SHA1 (R/gitcreds_0.1.1.tar.gz) = aa45a0f4d49e4a59eabef3a0adbc929ed97fbb04 | ||
RMD160 (R/gitcreds_0.1.1.tar.gz) = 872653001f4d5e4140e2d9674bf90fa3c9130460 | ||
SHA512 (R/gitcreds_0.1.1.tar.gz) = 28ab1ab4bfa5c8ba5c119a24d2dba647fdd81f49c72b7fba2aa395cb069e194ac8f6ac1afe854a2fcc319c4c1a4e3f220b2572fce37ffe256bedf77bb0f4f5c1 | ||
Size (R/gitcreds_0.1.1.tar.gz) = 61913 bytes |