pkg download command and patches
This commit is contained in:
@ -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 ***
|
||||
|
||||
Reference in New Issue
Block a user