mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
dev-libs/randomx: new package 1.1.8
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
1
dev-libs/randomx/Manifest
Normal file
1
dev-libs/randomx/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST randomx-1.1.8.tar.gz 163477 BLAKE2B 482f38a7e9f7b03ec5bd40ff923a1a1e575ed0c30431dcbecfe1072cdb10ccc93b61cf9d2177f4549e284125e17386e0314cb39734b22dc150193bd5d28bb813 SHA512 f41f13ba7b979a969e9d60e6c44cf289802e7459d6d817a64377428c3e833ea2f71a8a1e6559682ecc0ec2a33f958bb5b727d7faa28cb6ff69a524d713969bce
|
||||||
8
dev-libs/randomx/metadata.xml
Normal file
8
dev-libs/randomx/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>telans@posteo.de</email>
|
||||||
|
<name>Theo Anderson</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
||||||
21
dev-libs/randomx/randomx-1.1.8.ebuild
Normal file
21
dev-libs/randomx/randomx-1.1.8.ebuild
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit cmake flag-o-matic
|
||||||
|
|
||||||
|
DESCRIPTION="Proof of work algorithm based on random code execution"
|
||||||
|
HOMEPAGE="https://github.com/tevador/RandomX"
|
||||||
|
SRC_URI="https://github.com/tevador/RandomX/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="BSD"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
|
|
||||||
|
S="${WORKDIR}"/RandomX-${PV}
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
append-ldflags -Wl,-z,noexecstack
|
||||||
|
cmake_src_configure
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user