Package Details: helix-git 24.07.r114.g518425e05-1

Git Clone URL: https://aur.archlinux.org/helix-git.git (read-only, click to copy)
Package Base: helix-git
Description: A text editor written in rust
Upstream URL: https://helix-editor.com
Keywords: editor
Licenses: MPL-2.0
Conflicts: helix
Provides: hx
Submitter: Wojciechkepka
Maintainer: Robin_Jadoul
Last Packager: Robin_Jadoul
Votes: 10
Popularity: 0.20
First Submitted: 2021-06-01 19:08 (UTC)
Last Updated: 2024-08-23 13:53 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5

Wojciechkepka commented on 2021-12-05 12:12 (UTC)

Thanks for your suggestion @lelgenio, I wasn't sure how to properly clone this without having to repeat the operation each time. I applied your sugestion to the PKGBUILD.

lelgenio commented on 2021-12-04 01:19 (UTC)

I have a suggestion for how to clone submodules without having to repeat the whole download process:

-   rm -rf "${_pkgname}"
-   git clone --recurse-submodules --shallow-submodules -j8 "$_git"
+   cd "${_pkgname}"
+   git submodule update --force --init --recursive --depth 1 --jobs 8

MidnightExigent commented on 2021-11-23 22:47 (UTC)

For some reason, this package always wants to upgrade itself. related issue: https://github.com/helix-editor/helix/issues/889