diff options
author | Toke Høiland-Jørgensen <toke@toke.dk> | 2020-04-30 12:36:38 +0200 |
---|---|---|
committer | Toke Høiland-Jørgensen <toke@toke.dk> | 2020-04-30 12:36:38 +0200 |
commit | 3db40c4ab2373cf23bf10427eb35cb294e2f74f0 (patch) | |
tree | c99c8c1922df46069bc0e44c37a0787137021d62 /applications/luci-app-acme/Makefile | |
parent | 551d839f90853b58f81d124c77442009d4df0cb4 (diff) |
luci-app-acme: move from packages feed
Move the ACME luci app from the integrated Makefile in the packages feed,
to be able to take advantage of tree-wide improvements to luci
applications, and translation.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
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 0000000000..6849afb927 --- /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 |