Files
AeroPkg/assets/var/gnu/fzf.md

21 lines
390 B
Markdown
Raw Normal View History

2025-11-18 19:46:36 +03:00
fzf 0.65.2
=
https://github.com/junegunn/fzf/archive/refs/tags/v0.65.2.tar.gz
2026-09-10 16:59:11 +03:00
``` env *** env ***
GOROOT=/pkg/gnu/go
```
2025-11-18 19:46:36 +03:00
``` sh *** build ***
2026-09-10 16:59:11 +03:00
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
2025-11-18 19:46:36 +03:00
```
``` sh *** build deps ***
go
```