blob: a8e7bc0ba759a0452b7a7c56feeabf8b264ad1a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit R-packages
DESCRIPTION='Private Configuration for R Packages'
HOMEPAGE="
https://github.com/r-lib/pkgconfig
https://cran.r-project.org/package=pkgconfig
"
LICENSE='MIT'
KEYWORDS="~amd64"
|