1DESCRIPTION = "Minimalistic C client library for Redis" 2HOMEPAGE = "http://github.com/redis/hiredis" 3SECTION = "libs" 4LICENSE = "BSD-3-Clause" 5LIC_FILES_CHKSUM = "file://COPYING;md5=d84d659a35c666d23233e54503aaea51" 6DEPENDS = "redis" 7 8SRC_URI = "git://github.com/redis/hiredis;protocol=https;branch=master" 9SRCREV = "b731283245f3183af527237166261ad0768ba7d4" 10 11S = "${WORKDIR}/git" 12 13inherit cmake 14