From c35d84f002d213c0e2207d28c711565d6d5f0e6d Mon Sep 17 00:00:00 2001 From: Vasile Vilvoiu Date: Sat, 9 Apr 2022 16:43:57 +0300 Subject: Add libecbor. --- dev-cpp/libecbor/libecbor-1.0.1.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dev-cpp/libecbor/libecbor-1.0.1.ebuild (limited to 'dev-cpp/libecbor/libecbor-1.0.1.ebuild') diff --git a/dev-cpp/libecbor/libecbor-1.0.1.ebuild b/dev-cpp/libecbor/libecbor-1.0.1.ebuild new file mode 100644 index 0000000..a3bd68a --- /dev/null +++ b/dev-cpp/libecbor/libecbor-1.0.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake-multilib + +DESCRIPTION="CBOR library for both desktop and embedded applications" +HOMEPAGE="https://github.com/rimio/libecbor" +SRC_URI="https://github.com/rimio/libecbor/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +RESTRICT="mirror" + +LICENSE="MIT" +SLOT="1.0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" + +DEPEND="${RDEPEND}" + +BDEPEND="virtual/pkgconfig" + +PATCHES=( + "${FILESDIR}/${P}-security.patch" + "${FILESDIR}/${P}-no-output-dirs.patch" +) -- cgit v1.2.3