mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 07:06:58 +08:00
27 lines
653 B
Makefile
27 lines
653 B
Makefile
#
|
|
# <https://github.com/KFERMercer/luci-app-baidupcs-web>
|
|
#
|
|
# Copyright (C) 2020 KFERMercer <KFER.Mercer@gmail.com>
|
|
# Copyright (C) 2020 [CTCGFW] Project OpenWRT
|
|
#
|
|
# THIS IS FREE SOFTWARE, LICENSED UNDER GPLv3.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-baidupcs-web
|
|
LUCI_TITLE:=LuCI support for BaiduPCS-Go
|
|
LUCI_DEPENDS:=+baidupcs-web +wget +openssl-util
|
|
LUCI_PKGARCH:=all
|
|
PKG_VERSION:=1.0
|
|
PKG_RELEASE:=5
|
|
PKG_MAINTAINER:=<https://github.com/KFERMercer/luci-app-baidupcs-web>
|
|
|
|
define Package/luci-app-baidupcs-web/conffiles
|
|
/etc/config/baidupcs-web
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|