mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
dev-libs/supercop: EAPI-8
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
26
dev-libs/supercop/supercop-0_p20200827-r1.ebuild
Normal file
26
dev-libs/supercop/supercop-0_p20200827-r1.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake flag-o-matic
|
||||
|
||||
MY_REV="633500ad8c8759995049ccd022107d1fa8a1bbc9"
|
||||
|
||||
DESCRIPTION="Fast cryptographic operations for Monero wallets"
|
||||
HOMEPAGE="https://github.com/monero-project/supercop"
|
||||
SRC_URI="https://github.com/monero-project/supercop/archive/${MY_REV}.tar.gz -> ${PN}-${MY_REV}.tar.gz"
|
||||
|
||||
S="${WORKDIR}"/${PN}-${MY_REV}
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="dev-lang/nasm"
|
||||
|
||||
src_configure() {
|
||||
append-flags -fPIC
|
||||
append-ldflags -Wl,-z,noexecstack
|
||||
cmake_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user