summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasile Vilvoiu <vasi@vilvoiu.ro>2022-05-04 17:36:00 +0300
committerVasile Vilvoiu <vasi@vilvoiu.ro>2022-05-04 17:36:00 +0300
commitc332209e4146aa6d3585da5a496b4205ef0313f3 (patch)
tree2b75fc08b3ecfdc99a3da72507699b82a664476d
parentc35d84f002d213c0e2207d28c711565d6d5f0e6d (diff)
libecbor v1.0.2
-rw-r--r--dev-cpp/libecbor/Manifest1
-rw-r--r--dev-cpp/libecbor/libecbor-1.0.2.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-cpp/libecbor/Manifest b/dev-cpp/libecbor/Manifest
index f5d08a2..98357f4 100644
--- a/dev-cpp/libecbor/Manifest
+++ b/dev-cpp/libecbor/Manifest
@@ -1 +1,2 @@
DIST libecbor-1.0.1.tar.gz 28691 BLAKE2B db76b0bcad71b4734cf00175be12383aeebd2a6e222bbf612c7c35ff593e6a54356aacd15e0d7d0c4b3b43c48c46c8cb223408b1a1201e134cb6336c1c1ed4a7 SHA512 f94efcb9fd8ab4e1ceb73582e46e2ce225d27e7633ec8d5a61b1a54237911560dbdaf65c37e34cc8f39400182bca0a00721ddad557e7da6fec04a7012a1dbb54
+DIST libecbor-1.0.2.tar.gz 28733 BLAKE2B c736bdc15892416cb24f327002c2f01668d625592a578bbb664793f61ad5f75ef1bb5e3c2b09ffe36239683deab86122390fc3fc7d65ac1a758fee4b2df9cdbc SHA512 cd6bb477d1eb0bdf1fad7c20dd8ae904d9ea21b47a692ea3a9cfceaa606b9626a77048a25838c740636675c8d1e03b9b0f96faf4cf8b6cb0e26d3fc643c1b906
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"