From c332209e4146aa6d3585da5a496b4205ef0313f3 Mon Sep 17 00:00:00 2001 From: Vasile Vilvoiu Date: Wed, 4 May 2022 17:36:00 +0300 Subject: libecbor v1.0.2 --- dev-cpp/libecbor/libecbor-1.0.2.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-cpp/libecbor/libecbor-1.0.2.ebuild (limited to 'dev-cpp/libecbor/libecbor-1.0.2.ebuild') diff --git a/dev-cpp/libecbor/libecbor-1.0.2.ebuild b/dev-cpp/libecbor/libecbor-1.0.2.ebuild new file mode 100644 index 0000000..39fdb38 --- /dev/null +++ b/dev-cpp/libecbor/libecbor-1.0.2.ebuild @@ -0,0 +1,22 @@ +# 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" -- cgit v1.2.3