dev-R/base64enc: new package, add 0.1.3

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-03 08:46:36 +01:00
parent 6d87785bf2
commit 30613696be
3 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Tools for base64 encoding'
KEYWORDS="~amd64"
LICENSE='GPL-2 GPL-3'
CRAN_PV="0.1-3"
SRC_URI="mirror://cran/src/contrib/${PN}_${CRAN_PV}.tar.gz"