From: Andreas Sturmlechner Date: Wed, 24 Jul 2019 12:22:02 +0000 (+0200) Subject: media-libs/zxing-cpp: New package, 1.0.6 initial version X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5ad80412975e863c899f17a2f6520eb1df9ed1b9;p=gentoo.git media-libs/zxing-cpp: New package, 1.0.6 initial version Closes: https://bugs.gentoo.org/686334 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner --- diff --git a/media-libs/zxing-cpp/Manifest b/media-libs/zxing-cpp/Manifest new file mode 100644 index 000000000000..83d26df456d6 --- /dev/null +++ b/media-libs/zxing-cpp/Manifest @@ -0,0 +1 @@ +DIST zxing-cpp-1.0.6.tar.gz 128813069 BLAKE2B c222dc2cc21b28e5333a2dcac47e1c13712851a0d8185bf410f455f4a9176c9c3795e242d71b89fb211e9f4da29cb8d3b7a7c380ea37d48f1710540316914a70 SHA512 fa773ba7dfca6325419118221cfe555810e793dbffe5cae1c62056479fdd6d6a60c81fb88e3bc3bb71bc369b6899a8db64f4b18eb7f4d13b8ea4cdd2d51fa9c6 diff --git a/media-libs/zxing-cpp/metadata.xml b/media-libs/zxing-cpp/metadata.xml new file mode 100644 index 000000000000..2fdbf33d963d --- /dev/null +++ b/media-libs/zxing-cpp/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + diff --git a/media-libs/zxing-cpp/zxing-cpp-1.0.6.ebuild b/media-libs/zxing-cpp/zxing-cpp-1.0.6.ebuild new file mode 100644 index 000000000000..a00dd282e66b --- /dev/null +++ b/media-libs/zxing-cpp/zxing-cpp-1.0.6.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +DESCRIPTION="C++ Multi-format 1D/2D barcode image processing library" +HOMEPAGE="https://github.com/nu-book/zxing-cpp" +SRC_URI="https://github.com/nu-book/zxing-cpp/archive/v1.0.6.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=""