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 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 *** go ```