blob: 81a85a7e27f452b11a118b0ebe63a74d1909eda3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "C++ wrapper around the nanomsg NNG API"
HOMEPAGE = "https://github.com/cwzx/nngpp"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://license.txt;md5=6d17d78c3597e0d4452fb1c63bf7c58e"
DEPENDS = "nng"
SRCREV = "8da8c026bd551b7685a8a140909ff96cfe91bf90"
PV = "1.3.0+git"
SRC_URI = "git://github.com/cwzx/nngpp;branch=master;protocol=https \
file://0001-cmake-Bump-minimum-version-to-3.10.patch \
"
inherit cmake
|