perl-xs-parse-sublike: Shorter TITLE in Makefile
authorJens Wagner <redacted>
Tue, 27 May 2025 11:11:56 +0000 (13:11 +0200)
committerJosef Schlehofer <redacted>
Mon, 2 Jun 2025 12:36:17 +0000 (14:36 +0200)
As requested by @BKPepe , added a shorter title
to make it display correctly in make menuconfig

Signed-off-by: Jens Wagner <redacted>
lang/perl-xs-parse-sublike/Makefile

index 7a63813c5dad69d99759532efd489f3f744417ad..071a91a22169ea3c80513164954872cf8545f686 100644 (file)
@@ -21,11 +21,17 @@ define Package/perl-xs-parse-sublike
   SUBMENU:=Perl
   SECTION:=lang
   CATEGORY:=Languages
-  TITLE:=Perl XS functions to assist in parsing sub-like syntax
+  TITLE:=XS functions to assist in parsing sub-like syntax
   URL:=https://metacpan.org/pod/XS::Parse::Sublike
   DEPENDS:=perl +perlbase-essential +perlbase-xsloader
 endef
 
+define Package/perl-xs-parse-sublike/description
+  This module provides some XS functions to assist in writing parsers for
+  sub-like syntax, primarily for authors of keyword plugins using the
+  PL_keyword_plugin hook mechanism.
+endef
+
 define Build/Configure
        $(call perlmod/Configure,,)
 endef
git clone https://git.99rst.org/PROJECT