summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpin <pin@pkgsrc.org>2021-09-24 10:32:43 +0000
committerpin <pin@pkgsrc.org>2021-09-24 10:32:43 +0000
commit42e4b280b4531504a36f4351c9805d5619aba163 (patch)
tree5c30e9734c192da4ea6a7758d154c14a5b2fc788
parentd5539ad96a6ea18f42dcff6f345fb1f50b599e79 (diff)
downloadpkgsrc-42e4b280b4531504a36f4351c9805d5619aba163.tar.gz
shells/nushell: enable nu_plugin_textview
This is the last plugin belonging to core. I'll keep testing the other plugins after the freeze.
-rw-r--r--shells/nushell/Makefile7
-rw-r--r--shells/nushell/PLIST3
2 files changed, 6 insertions, 4 deletions
diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile
index ba803253e3b..6cea94fa0cc 100644
--- a/shells/nushell/Makefile
+++ b/shells/nushell/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2021/09/23 10:15:28 pin Exp $
+# $NetBSD: Makefile,v 1.9 2021/09/24 10:32:43 pin Exp $
DISTNAME= nushell-0.37.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GITHUB:=nushell/}
@@ -22,12 +22,13 @@ RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libX11}/lib
RUSTFLAGS+= -C link-arg=-L${BUILDLINK_PREFIX.libX11}/lib
CARGO_NO_DEFAULT_FEATURES= YES
-CARGO_FEATURES+= default tree inc
+CARGO_FEATURES+= default tree inc textview
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_core_textview ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/target/release/nu_plugin_extra_tree ${DESTDIR}${PREFIX}/bin
.include "../../lang/rust/cargo.mk"
diff --git a/shells/nushell/PLIST b/shells/nushell/PLIST
index 5acb1e16266..26596649627 100644
--- a/shells/nushell/PLIST
+++ b/shells/nushell/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.4 2021/09/23 10:15:28 pin Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/09/24 10:32:43 pin Exp $
bin/nu
bin/nu_plugin_core_inc
bin/nu_plugin_core_match
+bin/nu_plugin_core_textview
bin/nu_plugin_extra_tree