small-package/luci-app-wechatpush/Makefile

25 lines
584 B
Makefile
Raw Normal View History

2023-06-04 16:20:25 +08:00
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-wechatpush
2023-10-15 16:20:40 +08:00
PKG_VERSION:=3.3.3
2023-06-08 23:36:07 +08:00
PKG_RELEASE:=12
2023-06-04 16:20:25 +08:00
PKG_MAINTAINER:=tty228 <tty228@yeah.net>
LUCI_TITLE:=LuCI support for wechatpush
LUCI_PKGARCH:=all
2023-06-08 23:36:07 +08:00
LUCI_DEPENDS:=+iputils-arping +curl +jq +bash
2023-06-04 16:20:25 +08:00
define Package/$(PKG_NAME)/conffiles
/etc/config/wechatpush
/usr/share/wechatpush/api/diy.json
/usr/share/wechatpush/api/logo.jpg
/usr/share/wechatpush/api/ipv4.list
/usr/share/wechatpush/api/ipv6.list
/usr/share/wechatpush/api/device_aliases.list
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature