small-package/luci-app-jd-dailybonus/Makefile

18 lines
365 B
Makefile
Raw Normal View History

2021-09-05 16:50:22 +08:00
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-jd-dailybonus
2021-10-17 09:02:38 +08:00
PKG_VERSION:=1.0.6
PKG_RELEASE:=20211016
2021-09-05 16:50:22 +08:00
2021-10-17 09:02:38 +08:00
LUCI_TITLE:=Luci for JD dailybonus Script
LUCI_PKGARCH:=all
LUCI_DEPENDS:=+node +wget +lua +libuci-lua
2021-10-23 20:29:42 +08:00
define Package/$(PKG_NAME)/conffiles
/etc/config/jd-dailybonus
endef
2021-09-05 16:50:22 +08:00
include $(TOPDIR)/feeds/luci/luci.mk
2021-10-23 20:29:42 +08:00
# call BuildPackage - OpenWrt buildroot signature