pkg download command and patches

This commit is contained in:
2026-09-10 16:59:11 +03:00
parent c6dcbc1ca5
commit 998417a605
110 changed files with 1582 additions and 332 deletions

View File

@ -2,8 +2,17 @@ fzf 0.65.2
=
https://github.com/junegunn/fzf/archive/refs/tags/v0.65.2.tar.gz
``` env *** env ***
GOROOT=/pkg/gnu/go
```
``` sh *** build ***
make install PREFIX=/pkg/gnu/fzf FZF_VERSION=0.65.2 FZF_REVISION=tarball
make bin/fzf FZF_VERSION=0.65.2 FZF_REVISION=tarball
mkdir -p ../bin ../man/man1 ../share/fzf/shell
cp bin/fzf ../bin/
chmod +x /pkg/gnu/fzf/bin/fzf
cp man/man1/*.1 ../man/man1/
cp shell/* ../share/fzf/shell
```
``` sh *** build deps ***