2023-01-27 16:01:21 +08:00
|
|
|
# SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
#
|
|
|
|
# Copyright (C) 2021-2022 sirpdboy <herboy2008@gmail.com> https://github.com/sirpdboy/luci-app-ddns-go
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=luci-app-ddns-go
|
2023-07-16 23:35:21 +08:00
|
|
|
PKG_VERSION:=1.3.2
|
2023-06-24 23:35:32 +08:00
|
|
|
PKG_RELEASE:=10
|
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
|