341eae2e8d
Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
410 B
Makefile
14 lines
410 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
|
|
|
|
$(eval $(cmake-package))
|