small-package/luci-app-clouddrive2/Makefile

20 lines
366 B
Makefile
Raw Normal View History

2024-01-17 16:23:55 +08:00
include $(TOPDIR)/rules.mk
2024-01-17 23:35:15 +08:00
PKG_VERSION:=1.0.1-20240117
2024-01-17 16:23:55 +08:00
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for CloudDrive2
LUCI_PKGARCH:=all
LUCI_DEPENDS:=+mount-utils +lsblk +docker +dockerd +luci-lib-taskd
define Package/luci-app-clouddrive2/conffiles
/etc/config/clouddrive2
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature