pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

helix: how to mv sources



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Fri Apr 1 11:57:12 2022 +0200
Changeset:	752b2695293c3393970c3cfdfcc6075a02070c27

Modified Files:
	helix/Makefile

Log Message:
helix: how to mv sources

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=752b2695293c3393970c3cfdfcc6075a02070c27

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 helix/Makefile | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diffs:
diff --git a/helix/Makefile b/helix/Makefile
index 96ba84eb3d..8cf1a6bac2 100644
--- a/helix/Makefile
+++ b/helix/Makefile
@@ -325,13 +325,12 @@ INSTALLATION_DIRS+=	share/helix/runtime/grammars
 
 .include "cargo-depends.mk"
 
-#post-extract:
+post-extract:
 #	(cd ${WRKSRC}/runtime/grammars/sources && ${CP} -a typescript tsx)
 #	(cd ${WRKSRC}/runtime/grammars/sources && ${CP} -a ocaml ocaml-interface)
-# .for DIRS
-# 	${MV} ${WRKDIR}/armips-${ARMIPS_TAG}/* ${WRKSRC}/ext/armips
-# 	${MV} ${WRKDIR}/glslang-${GLSLANG_TAG}/* ${WRKSRC}/ext/glslang
-# 	${MV} ${WRKDIR}/SPIRV-Cross-${SPRIV_TAG}/* ${WRKSRC}/ext/SPIRV-Cross
+	${MKDIR} ${WRKSRC}/runtime/grammars/sources
+# this ought to be a for loop. rinse and repeat for all tree-sitter-... directories.
+	${MV} ${WRKDIR}/tree-sitter-toml-${TOML_TAG} ${WRKSRC}/runtime/grammars/sources/toml
 
 SUBST_CLASSES+=		datadir
 SUBST_STAGE.datadir=	post-patch


Home | Main Index | Thread Index | Old Index