mirror of
https://github.com/kenzok8/small-package
synced 2025-01-09 04:37:59 +08:00
18 lines
396 B
Makefile
18 lines
396 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-aliyundrive-fuse
|
|
PKG_VERSION:=0.1.14
|
|
PKG_RELEASE:=1
|
|
PKG_PO_VERSION:=$(PKG_VERSION)-$(PKG_RELEASE)
|
|
|
|
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
|