Skip to content

Commit

Permalink
devel/R-cran-whoami: New port
Browse files Browse the repository at this point in the history
Username, Full Name, Email Address, 'GitHub' Username of the Current User.
  • Loading branch information
yzgyyang committed Apr 25, 2023
1 parent ace96f4 commit fef7b1e
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -130,6 +130,7 @@
SUBDIR += R-cran-vctrs
SUBDIR += R-cran-waldo
SUBDIR += R-cran-whisker
SUBDIR += R-cran-whoami
SUBDIR += R-cran-withr
SUBDIR += R-cran-zeallot
SUBDIR += RStudio
Expand Down
22 changes: 22 additions & 0 deletions devel/R-cran-whoami/Makefile
@@ -0,0 +1,22 @@
PORTNAME= whoami
DISTVERSION= 1.3.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}

MAINTAINER= ygy@FreeBSD.org
COMMENT= Username, Full Name, Email Address, 'GitHub' Username of the Current User
WWW= https://github.com/r-lib/whoami#readme

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \
R-cran-httr>0:www/R-cran-httr
TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
R-cran-mockery>0:devel/R-cran-mockery \
R-cran-testthat>0:devel/R-cran-testthat \
R-cran-withr>0:devel/R-cran-withr

USES= cran:auto-plist

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/R-cran-whoami/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1682305941
SHA256 (whoami_1.3.0.tar.gz) = c20bc9259399bfbee21cd46f21c4ce6d8ef078449063febba093e852fea1dca5
SIZE (whoami_1.3.0.tar.gz) = 6929
3 changes: 3 additions & 0 deletions devel/R-cran-whoami/pkg-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.

0 comments on commit fef7b1e

Please sign in to comment.