mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
dev-R/gh: new
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-R/gh/Manifest
Normal file
1
dev-R/gh/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST gh_1.3.0.tar.gz 45619 BLAKE2B bdb6f7a8de43edda5394de99bd4e988876f9011797fb9da5219cc446fed7863260caa367ed229d4e75ff836053d7dfe9eb4c0077cccc64eaef3722125f8eb025 SHA512 61d576923817fafc8dee522e35caa60508b29f4a6ae994b30651de01efcc3ac3caae114ffa7e85ed5f90bf5de83121ab04db5f653893c3d9e4f1d0735b4f6cf4
|
||||
19
dev-R/gh/gh-1.3.0.ebuild
Normal file
19
dev-R/gh/gh-1.3.0.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='GitHub API'
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='MIT'
|
||||
|
||||
DEPEND="
|
||||
>=dev-R/cli-2.0.1
|
||||
>=dev-R/httr-1.2
|
||||
dev-R/jsonlite
|
||||
dev-R/ini
|
||||
dev-R/gitcreds
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
5
dev-R/gh/metadata.xml
Normal file
5
dev-R/gh/metadata.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>'GitHub' 'API' // Minimal client to access the 'GitHub' 'API'.</longdescription>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user