pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/shells/nushell shells/nushell: enable nu_plugin_inc
details: https://anonhg.NetBSD.org/pkgsrc/rev/008313d873fd
branches: trunk
changeset: 458902:008313d873fd
user: pin <pin%pkgsrc.org@localhost>
date: Thu Sep 23 10:15:28 2021 +0000
description:
shells/nushell: enable nu_plugin_inc
diffstat:
shells/nushell/Makefile | 7 ++++---
shells/nushell/PLIST | 3 ++-
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r ef545b10d0a9 -r 008313d873fd shells/nushell/Makefile
--- a/shells/nushell/Makefile Thu Sep 23 09:53:21 2021 +0000
+++ b/shells/nushell/Makefile Thu Sep 23 10:15:28 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2021/09/21 10:47:28 pin Exp $
+# $NetBSD: Makefile,v 1.8 2021/09/23 10:15:28 pin Exp $
DISTNAME= nushell-0.37.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GITHUB:=nushell/}
@@ -22,10 +22,11 @@
RUSTFLAGS+= -C link-arg=-L${BUILDLINK_PREFIX.libX11}/lib
CARGO_NO_DEFAULT_FEATURES= YES
-CARGO_FEATURES+= default tree
+CARGO_FEATURES+= default tree inc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/nu ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/target/release/nu_plugin_core_inc ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/target/release/nu_plugin_core_match ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/target/release/nu_plugin_extra_tree ${DESTDIR}${PREFIX}/bin
diff -r ef545b10d0a9 -r 008313d873fd shells/nushell/PLIST
--- a/shells/nushell/PLIST Thu Sep 23 09:53:21 2021 +0000
+++ b/shells/nushell/PLIST Thu Sep 23 10:15:28 2021 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2021/09/21 10:47:28 pin Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/09/23 10:15:28 pin Exp $
bin/nu
+bin/nu_plugin_core_inc
bin/nu_plugin_core_match
bin/nu_plugin_extra_tree
Home |
Main Index |
Thread Index |
Old Index