small-package/luci-app-netdata/Makefile

25 lines
524 B
Makefile
Raw Normal View History

2021-09-24 23:37:27 +08:00
# Copyright (C) 2016 Openwrt.org
2024-02-29 12:20:17 +08:00
# Copyright (C) 2020-2021 sirpdboy <herboy2008@gmail.com>
# https://github.com/sirpdboy/luci-app-netdata for v 1.33.1 cn
2021-09-24 23:37:27 +08:00
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for Netdata
LUCI_DEPENDS:=+netdata
LUCI_PKGARCH:=all
2022-05-23 16:02:11 +08:00
PKG_NAME:=luci-app-netdata
2024-02-29 12:20:17 +08:00
PKG_VERSION:=1.2
PKG_RELEASE:=20240227
define Build/Compile
endef
2021-09-24 23:37:27 +08:00
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature
2024-02-29 12:20:17 +08:00