mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
19 lines
435 B
Makefile
19 lines
435 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-lib-docker
|
|
PKG_VERSION:=v0.3.4
|
|
PKG_MAINTAINER:=lisaac <lisaac.cn@gmail.com> \
|
|
Florian Eckert <fe@dev.tdt.de>
|
|
PKG_LICENSE:=AGPL-3.0
|
|
|
|
LUCI_TYPE:=col
|
|
|
|
LUCI_TITLE:=LuCI library for docker
|
|
LUCI_DESCRIPTION:=Docker Engine API for LuCI
|
|
|
|
LUCI_DEPENDS:=@(aarch64||arm||x86_64) +luci-lib-jsonc
|
|
LUCI_PKGARCH:=all
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|