mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 07:06:58 +08:00
22 lines
497 B
Makefile
22 lines
497 B
Makefile
# 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
|
|
LUCI_DEPENDS:=+cdnspeedtest +openssl-util +curl
|
|
LUCI_PKGARCH:=all
|
|
PKG_VERSION:=1.5.4
|
|
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
|
|
|