op-packages/luci-app-cloudreve/Makefile
github-actions[bot] 2bd051c664 🎉 Sync 2026-03-30 23:55:08
2026-03-30 23:55:08 +08:00

22 lines
441 B
Makefile

# Copyright (C) 2019 Openwrt.org
#
# This is a free software, use it under Apache Licene 2.0 & GNU General Public License v3.0.
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Cloudreve for LuCI
LUCI_DEPENDS:=+cloudreve
LUCI_PKGARCH:=all
PKG_NAME:=luci-app-cloudreve
define Package/luci-app-cloudreve/conffiles
/etc/config/cloudreve
/etc/cloudreve/
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature