mirror of
https://github.com/roacn/openwrt-packages.git
synced 2025-01-07 03:16:45 +08:00
23 lines
481 B
Makefile
23 lines
481 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-pushbot
|
|
PKG_VERSION:=3.60
|
|
PKG_RELEASE:=1
|
|
|
|
PKG_MAINTAINER:=tty228 <tty228@yeah.net> zzsj0928
|
|
|
|
LUCI_TITLE:=LuCI support for Pushbot
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+iputils-arping +curl +jq
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
/etc/config/pushbot
|
|
/usr/bin/pushbot/api/diy.json
|
|
/usr/bin/pushbot/api/ipv4.list
|
|
/usr/bin/pushbot/api/ipv6.list
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|