Merge pull request #5430 from jeje42/feature/luci-app-openvpn-add-tls_crypt_v2-option
[project/luci.git] / applications / luci-app-smartdns / Makefile
1 #
2 # Copyright 2018-2020 Nick Peng <pymumu@gmail.com>
3 # Licensed to the public under the GPL V3 License.
4
5 include $(TOPDIR)/rules.mk
6
7 PKG_LICENSE:=GPL-3.0-or-later
8 PKG_MAINTAINER:=Nick Peng <pymumu@gmail.com>
9 PKG_VERSION:=1.2022.38
10 PKG_RELEASE:=2
11
12 LUCI_TITLE:=LuCI for smartdns
13 LUCI_DESCRIPTION:=Provides Luci for smartdns
14 LUCI_DEPENDS:=+smartdns
15 LUCI_PKGARCH:=all
16
17 define Package/$(PKG_NAME)/config
18 # shown in make menuconfig <Help>
19 help
20 $(LUCI_TITLE)
21 Version: $(PKG_VERSION)-$(PKG_RELEASE)
22 endef
23
24 include ../../luci.mk
25
26 # call BuildPackage - OpenWrt buildroot signature