mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-10 18:34:18 +08:00
24 lines
613 B
Makefile
24 lines
613 B
Makefile
#
|
|
# <https://github.com/Erope/openwrt_nezha/>
|
|
#
|
|
# Copyright (C) 2021 zPonds <admin@shinenet.cn>
|
|
# Copyright (C) 2020 KFERMercer <KFER.Mercer@gmail.com>
|
|
# Copyright (C) 2020 [CTCGFW] Project OpenWRT
|
|
#
|
|
# THIS IS FREE SOFTWARE, LICENSED UNDER GPLv3.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-nezha-agentv1
|
|
LUCI_TITLE:=Nezha Agent is the client version 2 of the Nezha Panel.
|
|
LUCI_DEPENDS:=+nezha-agentv1
|
|
LUCI_PKGARCH:=all
|
|
PKG_VERSION:=30.0
|
|
PKG_RELEASE:=2
|
|
PKG_MAINTAINER:=<https://github.com/2018nuoyan/openwrt_nezha/>
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|