Files
Daniel F. Dickinson 85d625918a luci-app-radicale3: initial add of applications
radicale2 has been removed from packages as it can no longer be
built due to PyPi service changes. It has been replaced with
radicale3: https://github.com/openwrt/packages/pull/28211

Here we add a JavaScript-based LuCI app for radicale3, in place of
the old Lua-based LuCI app for radicale2.

Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
2026-01-15 18:20:51 +01:00

16 lines
376 B
Makefile

include $(TOPDIR)/rules.mk
# cspell:words TOPDIR LUCI Radicale buildroot rpcd
LUCI_TITLE:=Radicale v3 CalDAV/CardDAV Server
LUCI_DEPENDS:=+luci-base +radicale3 +rpcd-mod-rad3-enc
PKG_LICENSE:=Apache-2.0
PKG_MAINTAINER:=Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
PROVIDES:=luci-app-radicale2
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature