mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
dev-R/httpuv: new package, add 1.6.5
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
25
dev-R/httpuv/httpuv-1.6.5.ebuild
Normal file
25
dev-R/httpuv/httpuv-1.6.5.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='HTTP and WebSocket Server Library'
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='GPL-2+'
|
||||
|
||||
DEPEND="
|
||||
>=dev-R/Rcpp-1.0.7
|
||||
dev-R/R6
|
||||
dev-R/promises
|
||||
>=dev-R/later-0.8.0
|
||||
sys-libs/zlib
|
||||
"
|
||||
|
||||
SUGGESTED_PACKAGES="
|
||||
dev-R/testthat
|
||||
dev-R/callr
|
||||
dev-R/curl
|
||||
dev-R/websocket
|
||||
"
|
||||
Reference in New Issue
Block a user