luci-proto-nebula: drop maintainership
authorStan Grishin <stangri@melmac.ca>
Fri, 3 May 2024 00:14:48 +0000 (00:14 +0000)
committerPaul Donald <newtwen+github@gmail.com>
Sun, 16 Jun 2024 21:34:00 +0000 (23:34 +0200)
* update license
* improve package's presence in make menuconfig
* drop maintainership

Signed-off-by: Stan Grishin <stangri@melmac.ca>
protocols/luci-proto-nebula/Makefile

index 9395f5811c4fa81e3222a8de57f1a2f74fe43541..bbb75b98181deff30c23c23bcdcfe25abcdd29c8 100644 (file)
@@ -1,16 +1,25 @@
-# Copyright 2021 Stan Grishin (stangri@melmac.ca)
-# This is free software, licensed under the GNU General Public License v3.
+# Copyright 2021-2024 MOSSDeF, Stan Grishin (stangri@melmac.ca).
+# This is free software, licensed under AGPL-3.0-or-later.
 
 include $(TOPDIR)/rules.mk
 
-PKG_LICENSE:=GPL-3.0-or-later
-PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
-PKG_VERSION:=1.8.2-r2
+PKG_NAME:=luci-proto-nebula
+PKG_LICENSE:=AGPL-3.0-or-later
+PKG_MAINTAINER:=
+PKG_VERSION:=1.8.2
+PKG_RELEASE:=2
 
 LUCI_TITLE:=Support for Nebula
 LUCI_DESCRIPTION:=Provides Web UI for Nebula protocol/interface.
 LUCI_DEPENDS:=+nebula +nebula-proto
-LUCI_PKGARCH:=all
+
+define Package/$(PKG_NAME)/config
+# shown in make menuconfig <Help>
+help
+       $(LUCI_TITLE)
+       .
+       Version: $(PKG_VERSION)-$(PKG_RELEASE)
+endef
 
 include ../../luci.mk