1
0
mirror of https://github.com/kenzok8/small-package synced 2025-09-18 18:51:16 +08:00
Files
small-package/luci-app-drawio/Makefile
2023-02-27 13:13:19 +08:00

19 lines
354 B
Makefile

include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.0-20221212
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for DrawIO
LUCI_PKGARCH:=all
LUCI_DEPENDS:=+docker +luci-lib-taskd +luci-lib-docker +docker-compose
define Package/luci-app-drawio/conffiles
/etc/config/drawio
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature