kumquat-buildroot/package/c-periphery/c-periphery.mk
Matt Weber fc6a829abe package/c-periphery: add _CPE_ID_VENDOR
cpe:2.3🅰️c-periphery_project:c-periphery:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3🅰️c-periphery_project:c-periphery

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-04-20 23:22:29 +02:00

15 lines
458 B
Makefile

################################################################################
#
# c-periphery
#
################################################################################
C_PERIPHERY_VERSION = 2.3.1
C_PERIPHERY_SITE = $(call github,vsergeev,c-periphery,v$(C_PERIPHERY_VERSION))
C_PERIPHERY_INSTALL_STAGING = YES
C_PERIPHERY_LICENSE = MIT
C_PERIPHERY_LICENSE_FILES = LICENSE
C_PERIPHERY_CPE_ID_VENDOR = c-periphery_project
$(eval $(cmake-package))