2023-01-27 16:01:21 +08:00
|
|
|
# SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
#
|
2024-02-27 15:28:09 +08:00
|
|
|
# Copyright (C) 2021-2024 sirpdboy <herboy2008@gmail.com>
|
|
|
|
# https://github.com/sirpdboy/luci-app-ddns-go
|
2023-01-27 16:01:21 +08:00
|
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=luci-app-ddns-go
|
2024-02-27 15:28:09 +08:00
|
|
|
PKG_VERSION:=1.4.2
|
|
|
|
PKG_RELEASE:=20240227
|
2023-01-27 16:01:21 +08:00
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI Support for Dynamic ddns-go Client
|
2023-06-24 16:24:41 +08:00
|
|
|
LUCI_DEPENDS:=+ddns-go
|
2023-01-27 16:01:21 +08:00
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
|
2023-05-14 23:35:47 +08:00
|
|
|
define Package/$(PKG_NAME)/conffiles
|
2023-06-24 16:24:41 +08:00
|
|
|
/etc/config/ddns-go
|
|
|
|
/etc/ddns-go/ddns-go-config.yaml
|
2023-04-23 16:19:46 +08:00
|
|
|
endef
|
2023-01-27 16:01:21 +08:00
|
|
|
|
2023-04-23 16:19:46 +08:00
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
2023-01-27 16:01:21 +08:00
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|