blob: eb1db4070574e064c0c918d558fb18aada47657f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SUMMARY = "C library implementing the Javascript Object Signing and Encryption (JOSE)"
HOMEPAGE = "https://github.com/OpenIDC/cjose"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7249e2f9437adfb8c88d870438042f0e"
SRC_URI = "git://github.com/OpenIDC/cjose;protocol=https;branch=version-0.6.2.x;tag=v${PV}"
SRCREV = "8d94c3ad3237ab6a83d2e92fa541542b1b92c023"
DEPENDS = "openssl libcheck jansson"
inherit pkgconfig autotools
|