mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 09:16:47 +08:00
16 lines
361 B
Makefile
16 lines
361 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-go-aliyundrive-webdav
|
|
PKG_VERSION:=1.0.2
|
|
PKG_RELEASE:=20211031
|
|
|
|
PKG_MAINTAINER:=jerrykuku <jerrykuku@qq.com>
|
|
|
|
LUCI_TITLE:=Luci for go-aliyundrive-webdav
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+lua +libuci-lua +go-aliyundrive-webdav
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|