1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| DESCRIPTION = "Qt vCard library"
| SECTION = "libs"
| LICENSE = "BSD-3-Clause"
| LIC_FILES_CHKSUM = "file://LICENSE;md5=f94eaed54ffa1718d593504bae740faf"
|
| DEPENDS += "qtbase"
|
| SRCREV = "4250e2468552ea01954244a2d9cd5d2b44b00042"
| SRC_URI = "git://github.com/pol51/libvcard.git;protocol=https;branch=master"
|
| PV = "1.0+gitr${SRCPV}"
|
| S = "${WORKDIR}/git"
|
| inherit cmake_qt5
|
|