mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-27 00:01:22 +08:00
24 lines
750 B
Makefile
24 lines
750 B
Makefile
# SPDX-License-Identifier: GPL-3.0-only
|
|
#
|
|
# Copyright (C) 2021-2026 sirpdboy <herboy2008@gmail.com>
|
|
# https://github.com/sirpdboy/luci-app-netspeedtest
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-netspeedtest
|
|
|
|
PKG_VERSION:=5.2.1
|
|
PKG_RELEASE:=20260322
|
|
|
|
LUCI_TITLE:=LuCI Support for netspeedtest
|
|
LUCI_DEPENDS:=+ookla-speedtest +homebox +python3-light +python3-pkg-resources +python3-xml +python3-email \
|
|
+python3-urllib +python3-codecs +python3-openssl +jq $(if $(find_package iperf3-ssl),+iperf3-ssl,+iperf3)
|
|
LUCI_PKGARCH:=all
|
|
PKG_MAINTAINER:=sirpdboy <herboy2008@gmail.com>
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|