2022-03-05 13:13:49 +08:00
|
|
|
# Author: mingxiaoyu (fengying0347@163.com)
|
|
|
|
#
|
|
|
|
# Licensed to the public under the GNU General Public License v3.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=luci-app-cloudflarespeedtest
|
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI support for Cloudflares Speed Test
|
2022-03-06 09:40:23 +08:00
|
|
|
LUCI_DEPENDS:=+cdnspeedtest +openssl-util +curl
|
2022-03-05 13:13:49 +08:00
|
|
|
LUCI_PKGARCH:=all
|
2024-08-15 20:34:25 +08:00
|
|
|
PKG_VERSION:=1.5.4
|
2022-03-05 13:13:49 +08:00
|
|
|
PKG_RELEASE:=0
|
|
|
|
PKG_LICENSE:=AGPL-3.0
|
|
|
|
PKG_MAINTAINER:=mingxiaoyu <fengying0347@163.com>
|
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|
|
|