diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-cpp/random123 | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-cpp/random123')
| -rw-r--r-- | dev-cpp/random123/Manifest | 1 | ||||
| -rw-r--r-- | dev-cpp/random123/metadata.xml | 9 | ||||
| -rw-r--r-- | dev-cpp/random123/random123-1.14.0.ebuild | 23 |
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-cpp/random123/Manifest b/dev-cpp/random123/Manifest new file mode 100644 index 000000000000..aa6929c1736a --- /dev/null +++ b/dev-cpp/random123/Manifest @@ -0,0 +1 @@ +DIST random123-1.14.0.tar.gz 318306 BLAKE2B 23248741359f0158fbb775ff723693c37c085b8acc1e162968555a5109abf0ac4e028f7731488b1bca385659f8f50f5c91b381f3ee6d1630ac7c62c41fadf2b4 SHA512 1c7d139193f5404e5d14d229f55e0a14b11de596a4cfbf0a39c1419f5ae146055dccc61e9430f724a2d7c1efb8bd01edb72866d4f4705508fcc6ebda6e90e91e diff --git a/dev-cpp/random123/metadata.xml b/dev-cpp/random123/metadata.xml new file mode 100644 index 000000000000..b201c2cfeade --- /dev/null +++ b/dev-cpp/random123/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/dev-cpp/random123/random123-1.14.0.ebuild b/dev-cpp/random123/random123-1.14.0.ebuild new file mode 100644 index 000000000000..038445dfd04e --- /dev/null +++ b/dev-cpp/random123/random123-1.14.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="library of counter-based random number generators (CBRNGs)" +HOMEPAGE="https://www.deshawresearch.com/resources_random123.html" +SRC_URI="https://github.com/DEShawResearch/random123/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +src_configure() { + tc-export CC CXX +} + +src_install() { + insinto /usr/include/Random123 + doins -r include/Random123 +} |
