dev-R/AsioHeaders: new package, add 1.22.1.1

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-02 17:38:43 +01:00
parent ed62791e2e
commit 7d8d1e8616
3 changed files with 31 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="'Asio' C++ Header Files"
KEYWORDS="~amd64"
LICENSE='Boost-1.0'
CRAN_PV="1.22.1-1"
SRC_URI="mirror://cran/src/contrib/${PN}_${CRAN_PV}.tar.gz"

View File

@@ -0,0 +1 @@
DIST AsioHeaders_1.22.1-1.tar.gz 720530 BLAKE2B e38629e16f823e35e281c7a9a37a8874ac810d77e5c87541507f4cd01c2f2703dd216681bc36998046a5b099b3d59cbb1c6b0a3d85f36f48e122d3ba2f5a49d7 SHA512 fca70248c1ef25102e53bcc1167953ac0fd0b32e35fe6ffa40e1b1ae1f1c42e019b38d01a2eab89e262efb7e92a7423533d3095e84844682e454ad3287670778

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>me@r0bert.dev</email>
<name>Robert Greener</name>
</maintainer>
<longdescription lang="en">'Asio' is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach. It is also included in Boost but requires linking when used with Boost. Standalone it can be used header-only (provided a recent compiler). 'Asio' is written and maintained by Christopher M. Kohlhoff, and released under the 'Boost Software License', Version 1.0.</longdescription>
<upstream>
<maintainer>
<name>Dirk Eddelbuettel</name>
<email>dtt@debian.org</email>
</maintainer>
<bugs-to>https://github.com/eddelbuettel/asioheaders/issues</bugs-to>
<remote-id type="github">eddelbuettel/asioheaders</remote-id>
</upstream>
</pkgmetadata>