diff options
author | mef <mef@pkgsrc.org> | 2021-11-29 10:20:24 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2021-11-29 10:20:24 +0000 |
commit | 23db3cf98887c0db2bff53db6e55fdd724fe6123 (patch) | |
tree | aeb61bf7a299cba6a3b3b8c1af844bb3c9c42288 | |
parent | 1dc4a972f6c09af03f1c47a6a3cd0468337f1002 (diff) | |
download | pkgsrc-23db3cf98887c0db2bff53db6e55fdd724fe6123.tar.gz |
(devel/R-whoami) import R-whoami-1.3.0
Look up the username and full name of the current user, the current
user's email address and 'GitHub' username, using various sources of
system and configuration information.
-rw-r--r-- | devel/R-whoami/DESCR | 3 | ||||
-rw-r--r-- | devel/R-whoami/Makefile | 17 | ||||
-rw-r--r-- | devel/R-whoami/distinfo | 5 |
3 files changed, 25 insertions, 0 deletions
diff --git a/devel/R-whoami/DESCR b/devel/R-whoami/DESCR new file mode 100644 index 00000000000..c37581b4cec --- /dev/null +++ b/devel/R-whoami/DESCR @@ -0,0 +1,3 @@ +Look up the username and full name of the current user, the current +user's email address and 'GitHub' username, using various sources of +system and configuration information. diff --git a/devel/R-whoami/Makefile b/devel/R-whoami/Makefile new file mode 100644 index 00000000000..db0a5d50fa9 --- /dev/null +++ b/devel/R-whoami/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2021/11/29 10:20:24 mef Exp $ + +R_PKGNAME= whoami +R_PKGVER= 1.3.0 +CATEGORIES= devel + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Username, Full Name, Email addr. 'GitHub' Username of the Current User +LICENSE= mit # + file LICENSE + +DEPENDS+= R-jsonlite>=1.7.1:../../textproc/R-jsonlite +DEPENDS+= R-httr>=1.4.2:../../www/R-httr + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/R-whoami/distinfo b/devel/R-whoami/distinfo new file mode 100644 index 00000000000..e2f9ee57ee6 --- /dev/null +++ b/devel/R-whoami/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2021/11/29 10:20:24 mef Exp $ + +BLAKE2s (R/whoami_1.3.0.tar.gz) = 4a8983cc77a0962f0244fce70fc5b110db8a587b3a6557165e7d5f66497bf449 +SHA512 (R/whoami_1.3.0.tar.gz) = 872d2da85da3084935370e2852b81ab089aa756516ab681eb9d0a8343e4d2bf2dca728c0441400707155d78e160c79e8bf472b1c6eb110f15a7117e54b0200bd +Size (R/whoami_1.3.0.tar.gz) = 6929 bytes |