luci/applications/luci-app-acme/Makefile
Toke Høiland-Jørgensen 3db40c4ab2 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>
2020-04-30 12:36:38 +02:00

18 lines
437 B
Makefile

#
# 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