kenzok8-package/luci-app-netspeedtest/Makefile

32 lines
610 B
Makefile
Raw Normal View History

2024-03-11 20:28:41 +08:00
2021-10-01 02:17:38 +08:00
# Copyright (C) 2020-2021 sirpdboy <herboy2008@gmail.com>
2022-10-18 20:28:10 +08:00
#
2021-10-01 02:17:38 +08:00
# This is free software, licensed under the GNU General Public License v3.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-netspeedtest
2025-01-04 04:20:30 +08:00
PKG_VERSION:=2.3.0
PKG_RELEASE:=20250104
2024-03-07 20:27:54 +08:00
2022-10-18 20:28:10 +08:00
LUCI_TITLE:=LuCI Support for netspeedtest
2024-03-11 20:28:41 +08:00
LUCI_DEPENDS:=+python3 +iperf3-ssl +homebox
2022-10-18 20:28:10 +08:00
LUCI_PKGARCH:=all
PKG_MAINTAINER:=<https://github.com/sirpdboy/netspeedtest>
2021-10-01 02:17:38 +08:00
2024-03-07 20:27:54 +08:00
define Package/$(PKG_NAME)/conffiles
/etc/config/netspeedtest
endef
define Package/$(PKG_NAME)/postinst
endef
2024-03-23 04:15:49 +08:00
2022-10-18 20:28:10 +08:00
include $(TOPDIR)/feeds/luci/luci.mk
2021-10-01 02:17:38 +08:00
2022-10-18 20:28:10 +08:00
# call BuildPackage - OpenWrt buildroot signature