2021-09-05 16:50:22 +08:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=luci-app-pushbot
|
2022-02-08 20:30:01 +08:00
|
|
|
PKG_VERSION:=3.60
|
|
|
|
PKG_RELEASE:=1
|
2021-09-05 16:50:22 +08:00
|
|
|
|
2021-09-16 00:59:27 +08:00
|
|
|
PKG_MAINTAINER:=tty228 <tty228@yeah.net> zzsj0928
|
2021-09-05 16:50:22 +08:00
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI support for Pushbot
|
|
|
|
LUCI_PKGARCH:=all
|
2021-09-10 08:31:54 +08:00
|
|
|
LUCI_DEPENDS:=+iputils-arping +curl +jq
|
2021-09-05 16:50:22 +08:00
|
|
|
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
|
|
/etc/config/pushbot
|
2021-09-10 08:31:54 +08:00
|
|
|
/usr/bin/pushbot/api/diy.json
|
|
|
|
/usr/bin/pushbot/api/ipv4.list
|
|
|
|
/usr/bin/pushbot/api/ipv6.list
|
2021-09-05 16:50:22 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|