mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -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:
1
net-libs/libuecc/Manifest
Normal file
1
net-libs/libuecc/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST libuecc-7.tar.xz 34616 BLAKE2B b945af80daa17dc4106bf9f372d30755aa3960eebd2188441ecfbc42983edc8761ab2cf705ba78aacde93e82bb69fe3da00381cc57fceaf5f2a9ddf5b711f8e9 SHA512 44c5a00f578d301c1bffe8c2852912740f8af72ae6c2772cc263510df9b63d6b4ea15bd29215794c86d92fd797d18a078b97239ead0ad5238b1f976a6e2bcaa1
|
||||
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=""
|
||||
12
net-libs/libuecc/metadata.xml
Normal file
12
net-libs/libuecc/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>artemis@artemis.sh</email>
|
||||
<description>Primary maintainer</description>
|
||||
<name>Artemis Everfree</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">NeoRaider/libuecc</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user