# fzf/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created as follows. Internet access and external websites were required. This procedure may or may not work in the future. #!/bin/bash -e set -e LOCALNAME=fzf DATE6D=240726 GITURL=https://github.com/junegunn/fzf.git COMMIT=v0.54.2 HERE=`pwd` DIR=$LOCALNAME-$DATE6D rm -fr $DIR $DIR.tar.bz2 mkdir $DIR cd $DIR export HOME=`pwd` export GOPATH=$HOME/go git clone $GITURL $LOCALNAME cd $LOCALNAME if [ "@$COMMIT" == "@" ]; then echo Using latest git commit else echo Using git commit $COMMIT git checkout $COMMIT fi make rm -fr target/fzf* rm -fr $HOME/.cache cd $HERE tar jcf $DIR.tar.bz2 $DIR/ rm -fr $DIR ls -l $DIR.tar.bz2 #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] altpkg = yes configure = none exepack = yes strip = yes tmpsize = 84M #--------------------------------------------------------------------- [depends] go #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir $BINDIR LOCALNAME=fzf export HOME=`pwd` export GOPATH=$HOME/go cd $LOCALNAME make mv target/fzf* $BINDIR/$LOCALNAME #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = special # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 210603 Added package. Started with 210603. 210616 Updated to 210616 211226 Updated to 211224 - same as 0.29.0 220809 Updated to 220809 - same as 0.32.1 220929 Updated to 220929 - same as 0.34.0 230525 Updated to 230525 - same as 0.41.0 230527 Updated to 230527 - same as 0.41.1 230625 Updated to 230625 - same as 0.42.0 240702 Updated to 240702 - same as 0.53.0 240708 Updated to 240708 - same as 0.54.0 240726 Updated to 240726 - same as 0.54.2