mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 03:01:54 +08:00
17 lines
318 B
Makefile
17 lines
318 B
Makefile
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-nginx
|
|
PKG_VERSION:=20230323
|
|
PKG_RELEASE:=1
|
|
PKG_ARCH:=all
|
|
PKG_MAINTAINER:=Zhang Hua <zhanghuadedn@gmail.com>
|
|
PKG_LICENSE:=WTFPL
|
|
|
|
LUCI_TITLE:=LuCI app for Nginx
|
|
LUCI_DEPENDS:=+nginx
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|