fc6a829abe
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>
15 lines
458 B
Makefile
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))
|