1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-18 22:48:55 +01:00
Files
operating-system/buildroot/package/cpuload/cpuload.mk
T
2018-03-17 23:47:00 +00:00

13 lines
358 B
Makefile

################################################################################
#
# cpuload
#
################################################################################
CPULOAD_VERSION = v0.3
CPULOAD_SITE = $(call github,kelvincheung,cpuload,$(CPULOAD_VERSION))
CPULOAD_LICENSE = GPL-2.0
CPULOAD_LICENSE_FILES = COPYING
$(eval $(autotools-package))