# gdu/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 DATE6D=240702 GITTAG=v5.29.0 HERE=`pwd` LOCALNAME=gdu DIR=$LOCALNAME-$DATE6D GITURL=https://github.com/dundee/gdu.git rm -fr $DIR $DIR.tar.bz2 mkdir $DIR cd $DIR export HOME=`pwd` export GOPATH=$HOME/go GOPROG=$HOME/gdu/dist/gdu git clone $GITURL $LOCALNAME cd $LOCALNAME git checkout $GITTAG make build rm -fr $GOPROG 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 defer = glibc64 # FTBFS for 32-bit arch exepack = yes strip = yes tmpsize = 129M #--------------------------------------------------------------------- [depends] go #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir $BINDIR LOCALNAME=gdu export HOME=`pwd` export GOPATH=$HOME/go GOPROG=$HOME/gdu/dist/gdu cd $LOCALNAME make build mv $GOPROG $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] 210616 Added package 210616 Started with 210616 - same as 5.1.0 240702 Updated to 240702 - same as 5.29.0