View | Details | Raw Unified | Return to bug 279001
Collapse All | Expand All

(-)b/editors/helix/Makefile (-5 / +7 lines)
Lines 23-32 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
23
23
24
USES=		cargo
24
USES=		cargo
25
25
26
CONFLICTS_INSTALL=	shx
27
28
USE_GITHUB=	yes
26
USE_GITHUB=	yes
29
USE_GITLAB=	nodefault
30
GH_ACCOUNT=	helix-editor
27
GH_ACCOUNT=	helix-editor
31
GH_TUPLE=	\
28
GH_TUPLE=	\
32
		briot:tree-sitter-ada:ba0894ef:briot_tree_sitter_ada/runtime/grammars/sources/ada \
29
		briot:tree-sitter-ada:ba0894ef:briot_tree_sitter_ada/runtime/grammars/sources/ada \
Lines 209-215 GH_TUPLE= \ Link Here
209
		ikatyang:tree-sitter-yaml:0e36bed1:ikatyang_tree_sitter_yaml/runtime/grammars/sources/yaml \
206
		ikatyang:tree-sitter-yaml:0e36bed1:ikatyang_tree_sitter_yaml/runtime/grammars/sources/yaml \
210
		Philipp-M:tree-sitter-yuck:e3d91a3c:Philipp_M_tree_sitter_yuck/runtime/grammars/sources/yuck \
207
		Philipp-M:tree-sitter-yuck:e3d91a3c:Philipp_M_tree_sitter_yuck/runtime/grammars/sources/yuck \
211
		maxxnino:tree-sitter-zig:0d08703e:maxxnino_tree_sitter_zig/runtime/grammars/sources/zig
208
		maxxnino:tree-sitter-zig:0d08703e:maxxnino_tree_sitter_zig/runtime/grammars/sources/zig
212
GL_TUPLE=       \
209
USE_GITLAB=	nodefault
210
GL_TUPLE=	\
213
		https://gitlab.com:gabmus:tree-sitter-blueprint:863cea9f:gabmus_tree_sitter_blueprint/runtime/grammars/sources/blueprint \
211
		https://gitlab.com:gabmus:tree-sitter-blueprint:863cea9f:gabmus_tree_sitter_blueprint/runtime/grammars/sources/blueprint \
214
		https://gitlab.com:TheZoq2:tree-sitter-lpf:db7372e6:TheZoq2_tree_sitter_lpf/runtime/grammars/sources/lpf \
212
		https://gitlab.com:TheZoq2:tree-sitter-lpf:db7372e6:TheZoq2_tree_sitter_lpf/runtime/grammars/sources/lpf \
215
		https://gitlab.com:xasc:tree-sitter-t32:6da5e3cb:xasc_tree_sitter_t32/runtime/grammars/sources/t32
213
		https://gitlab.com:xasc:tree-sitter-t32:6da5e3cb:xasc_tree_sitter_t32/runtime/grammars/sources/t32
Lines 220-227 TREE_SITTER_GEMINI_REV= 3cc5e4bdf572d5df4277fc2e54d6299bd59a54b3 Link Here
220
TREE_SITTER_JSHIGH_REV=	4a95461c4761c624f2263725aca79eeaefd36cad
218
TREE_SITTER_JSHIGH_REV=	4a95461c4761c624f2263725aca79eeaefd36cad
221
TREE_SITTER_TSHIGH_REV=	6aac031ad88dd6317f02ac0bb27d099a553a7d8c
219
TREE_SITTER_TSHIGH_REV=	6aac031ad88dd6317f02ac0bb27d099a553a7d8c
222
CARGO_CARGOTOML=	${WRKSRC}/helix-term/Cargo.toml
220
CARGO_CARGOTOML=	${WRKSRC}/helix-term/Cargo.toml
221
.if !defined(WITH_DEBUG)
222
CARGO_INSTALL_ARGS+=	--config profile.release.strip=true
223
.endif
223
CARGO_INSTALL_PATH=	./helix-term
224
CARGO_INSTALL_PATH=	./helix-term
224
225
226
CONFLICTS_INSTALL=	shx
227
225
post-extract:
228
post-extract:
226
	cd ${WRKSRC}/runtime/grammars/sources && ${CP} -a typescript tsx
229
	cd ${WRKSRC}/runtime/grammars/sources && ${CP} -a typescript tsx
227
	cd ${WRKSRC}/runtime/grammars/sources && ${CP} -a ocaml ocaml-interface
230
	cd ${WRKSRC}/runtime/grammars/sources && ${CP} -a ocaml ocaml-interface
228
- 

Return to bug 279001