mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
25 lines
514 B
Makefile
25 lines
514 B
Makefile
#
|
|
# Copyright (C) 2018 chenhw2 <https://github.com/chenhw2/>
|
|
#
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI Support for aliddns
|
|
LUCI_DESCRIPTION:=LuCI Support for ALiDDNS.
|
|
LUCI_DEPENDS:=+openssl-util +curl
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_NAME:=luci-app-aliddns
|
|
PKG_VERSION:=0.3.0
|
|
PKG_RELEASE:=1
|
|
|
|
PKG_LICENSE:=MIT
|
|
PKG_LICENSE_FILES:=LICENSE
|
|
PKG_MAINTAINER:=chenhw2 <https://github.com/chenhw2/>
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|