.pkgdata link force flag add

This commit is contained in:
2026-09-12 05:53:05 +03:00
parent 513d336a07
commit 3cb5a220a3
13 changed files with 327 additions and 9 deletions

9
assets/var/gnu/eza.md Normal file
View File

@ -0,0 +1,9 @@
eza 0.23.5
=
https://github.com/eza-community/eza/archive/refs/tags/v0.23.5.tar.gz
``` sh *** build ***
cargo install --path . --root $pkgpath --locked
mkdir -p ../share/zsh/site-functions
cp -l completions/zsh/* ../share/zsh/site-functions
```