mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
net-libs/libuecc: new package, add 7
dependency of fastd Signed-off-by: Artemis Everfree <artemis@artemis.sh>
This commit is contained in:
18
net-libs/libuecc/libuecc-7.ebuild
Normal file
18
net-libs/libuecc/libuecc-7.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
#
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="a very small Elliptic Curve Cryptography library
|
||||
compatible with Ed25519."
|
||||
HOMEPAGE="https://github.com/NeoRaider/libuecc"
|
||||
SRC_URI="https://github.com/NeoRaider/libuecc/releases/download/v${PV}/${P}.tar.xz"
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND=""
|
||||
IDEPEND=""
|
||||
Reference in New Issue
Block a user