diff options
Diffstat (limited to 'applications/luci-app-acme/Makefile')
-rw-r--r-- | applications/luci-app-acme/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/applications/luci-app-acme/Makefile b/applications/luci-app-acme/Makefile new file mode 100644 index 000000000..6849afb92 --- /dev/null +++ b/applications/luci-app-acme/Makefile @@ -0,0 +1,18 @@ +# +# Copyright (C) 2010 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=ACME package - LuCI interface +LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +acme + +PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk> +PKG_LICENSE:=GPL-3.0-or-later + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |