mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-10 18:34:18 +08:00
17 lines
350 B
Makefile
17 lines
350 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-aliyundrive-fuse
|
|
PKG_VERSION:=0.1.14
|
|
PKG_RELEASE:=1
|
|
|
|
PKG_LICENSE:=MIT
|
|
PKG_MAINTAINER:=messense <messense@icloud.com>
|
|
|
|
LUCI_TITLE:=LuCI Support for aliyundrive-fuse
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+aliyundrive-fuse
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|