mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/fzf: Fixed tarball handling.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
fdb3acb9ee
commit
3499172f0b
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$VERSION.tar.gz
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
|
|
||||||
sed -i 's/cd \$(SRCDIR) && go get/cd \$(SRCDIR)/' src/Makefile
|
sed -i 's/cd \$(SRCDIR) && go get/cd \$(SRCDIR)/' src/Makefile
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PRGNAM="fzf"
|
PRGNAM="fzf"
|
||||||
VERSION="0.15.5"
|
VERSION="0.15.5"
|
||||||
HOMEPAGE="https://github.com/junegunn/fzf"
|
HOMEPAGE="https://github.com/junegunn/fzf"
|
||||||
DOWNLOAD="https://github.com/junegunn/fzf/archive/0.15.5.tar.gz \
|
DOWNLOAD="https://github.com/junegunn/fzf/archive/0.15.5/fzf-0.15.5.tar.gz \
|
||||||
https://github.com/junegunn/go-shellwords/tarball/35d512af \
|
https://github.com/junegunn/go-shellwords/tarball/35d512af \
|
||||||
https://github.com/junegunn/go-runewidth/tarball/63c378b8"
|
https://github.com/junegunn/go-runewidth/tarball/63c378b8"
|
||||||
MD5SUM="3080878a3a60d1af59f6ab63eee54511 \
|
MD5SUM="3080878a3a60d1af59f6ab63eee54511 \
|
||||||
|
|
Loading…
Reference in a new issue