0
0
mirror of https://github.com/openwrt/luci.git synced 2025-01-18 12:32:08 +00:00
Hannu Nyman 174e861e3d luci-app-dockerman: Use apk compatible versioning
Adjust versioning for apk compatibility.

Also set date to last change (of dependencies).

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-11-10 10:16:51 +02:00

22 lines
410 B
Makefile

include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI Support for docker
LUCI_DEPENDS:=@(aarch64||arm||x86_64) \
+luci-base \
+luci-compat \
+luci-lib-docker \
+docker \
+ttyd \
+dockerd \
+docker-compose
PKG_LICENSE:=AGPL-3.0
PKG_MAINTAINER:=lisaac <lisaac.cn@gmail.com> \
Florian Eckert <fe@dev.tdt.de>
PKG_VERSION:=0.5.13.20241008
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature