# # (с) 2026 gSpot (https://github.com/gSpotx2f/luci-app-internet-detector) # include $(TOPDIR)/rules.mk PKG_NAME:=internet-detector-mod-telegram PKG_VERSION:=1.7.3 PKG_RELEASE:=1 PKG_MAINTAINER:=gSpot include $(INCLUDE_DIR)/package.mk define Package/$(PKG_NAME) SECTION:=net CATEGORY:=Network TITLE:=Telegram messenger module for internet-detector URL:=https://github.com/gSpotx2f/luci-app-internet-detector PKGARCH:=all DEPENDS:=+internet-detector +curl +ucode +ucode-mod-fs endef define Package/$(PKG_NAME)/description Telegram messenger support for internet-detector. endef define Package/$(PKG_NAME)/conffiles endef define Build/Configure endef define Build/Compile endef define Package/$(PKG_NAME)/install $(INSTALL_DIR) $(1)/usr/lib/lua/internet-detector/modules $(INSTALL_DATA) ./files/usr/lib/lua/internet-detector/modules/mod_telegram.lua $(1)/usr/lib/lua/internet-detector/modules/mod_telegram.lua $(INSTALL_DIR) $(1)/usr/share/rpcd/acl.d $(INSTALL_DATA) ./files/usr/share/rpcd/acl.d/luci-app-internet-detector-mod-telegram.json $(1)/usr/share/rpcd/acl.d/luci-app-internet-detector-mod-telegram.json $(INSTALL_DIR) $(1)/usr/share/rpcd/ucode $(INSTALL_DATA) ./files/usr/share/rpcd/ucode/luci.internet-detector-mod-telegram $(1)/usr/share/rpcd/ucode/luci.internet-detector-mod-telegram endef $(eval $(call BuildPackage,$(PKG_NAME)))