Skip to content
Snippets Groups Projects
Commit 39bafca8 authored by Esben Haabendal's avatar Esben Haabendal
Browse files

libqrcodegencpp: Recipe for building libqrcodegencpp C++ library


Signed-off-by: default avatarEsben Haabendal <esben.haabendal@huawei.com>
parent 52a8ebeb
No related branches found
No related tags found
No related merge requests found
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
SUMMARY = "QR Code generator library"
DESCRIPTION = "This project aims to be the best, clearest QR Code generator library in multiple languages. The primary goals are flexible options and absolute correctness. Secondary goals are compact implementation size and good documentation comments."
AUTHOR = "Project Nayuki"
HOMEPAGE = "https://www.nayuki.io/page/qr-code-generator-library"
SECTION = "libs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://qrcodegen.cpp;beginline=4;endline=21;md5=842e38efabbb76f96a6436248ce83149"
SRC_URI = "git://github.com/nayuki/QR-Code-generator.git;protocol=https"
SRCREV = "4d13c303dc878ffae8df6d0e0a7513fe860a092c"
S = "${WORKDIR}/git/cpp"
do_install () {
install -D -t ${D}${libdir} -m 644 ${S}/libqrcodegencpp.a
install -D -t ${D}${bindir} -m 755 ${S}/QrCodeGeneratorDemo
install -D -t ${D}${includedir} -m 644 ${S}/qrcodegen.hpp
}
PACKAGES =+ "${PN}-demo"
FILES_${PN}-demo = "${bindir}/QrCodeGeneratorDemo"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment