Re: git: 92df04ca7d17 - main - editors/neovim: Include tree-sitter parsers
- In reply to: Gleb Popov : "Re: git: 92df04ca7d17 - main - editors/neovim: Include tree-sitter parsers"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 May 2024 21:34:54 UTC
On Sun, May 26, 2024 at 3:08 PM Gleb Popov <arrowd@freebsd.org> wrote: > > > On Sun, May 26, 2024, 00:45 Adam Weinberger <adamw@freebsd.org> wrote: > >> The branch main has been updated by adamw: >> >> +post-configure: >> + ${MKDIR} ${BUILD_WRKSRC}/.deps/build/src >> + ${MV} ${WRKSRC_treesitter_c} >> ${BUILD_WRKSRC}/.deps/build/src/treesitter_c >> + ${MV} ${WRKSRC_treesitter_vim} >> ${BUILD_WRKSRC}/.deps/build/src/treesitter_vim >> + ${MV} ${WRKSRC_treesitter_vimdoc} >> ${BUILD_WRKSRC}/.deps/build/src/treesitter_vimdoc >> + ${MV} ${WRKSRC_treesitter_query} >> ${BUILD_WRKSRC}/.deps/build/src/treesitter_query >> + ${MV} ${WRKSRC_treesitter_python} >> ${BUILD_WRKSRC}/.deps/build/src/treesitter_python >> + ${MV} ${WRKSRC_treesitter_bash} >> ${BUILD_WRKSRC}/.deps/build/src/treesitter_bash >> > > Can't you just use GH_TUPLE to put files into the desired dir right away? > The last component of the tuple can have / and then a directory relative to > WRKSRC. > >> Absolutely! Please, feel free to do so! # Adam -- Adam Weinberger adamw@adamw.org // adamw@FreeBSD.org https://www.adamw.org