mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-28 07:53:32 +08:00
13 lines
328 B
Makefile
13 lines
328 B
Makefile
|
################################################################################
|
||
|
#
|
||
|
# kmon
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
KMON_VERSION = 1.6.5
|
||
|
KMON_SITE = $(call github,orhun,kmon,v$(KMON_VERSION))
|
||
|
KMON_LICENSE = GPL-3.0
|
||
|
KMON_LICENSE_FILES = LICENSE
|
||
|
|
||
|
$(eval $(cargo-package))
|