aboutsummaryrefslogtreecommitdiff
blob: ce14b765c86114f779145a154d23658e9f1db4d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit R-packages toolchain-funcs

DESCRIPTION='Toolkit for Encryption, Signatures and certificates based on openssl'
HOMEPAGE="
	https://cran.r-project.org/package=openssl
	https://github.com/jeroen/openssl
"

KEYWORDS="~amd64"
LICENSE='MIT'

DEPEND="dev-R/askpass"
RDEPEND="
	${DEPEND}
	>=dev-libs/openssl-1.0.2
"

src_prepare() {
	tc-export AR
	R-packages_src_prepare
}

SUGGESTED_PACKAGES="
	dev-R/curl
	>=dev-R/testthat-2.1.0
	dev-R/digest
	dev-R/knitr
	dev-R/rmarkdown
	dev-R/jsonlite
	dev-R/jose
	dev-R/sodium
"