# gdrive/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 HERE=`pwd` LOCALNAME=gdrive DATE6D=210616 DIR=$LOCALNAME-$DATE6D GITURL=https://github.com/odeke-em/drive.git rm -fr $DIR $DIR.tar.bz2 mkdir $DIR cd $DIR export HOME=`pwd` export GOPATH=$HOME/go git clone $GITURL $LOCALNAME cd $LOCALNAME make linux rm -fr bin/drive* rm -fr $HOME/.cache rm -fr `find $HOME -type d -name testdata` cd $HERE tar cf - $DIR | pbzip2 -c > $DIR.tar.bz2 tardate $DIR.tar.bz2 #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.37 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] configure = none license = tbd tmpsize = 424M unpack = relaxed #--------------------------------------------------------------------- [depends] go #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR LOCALNAME=gdrive export HOME=`pwd` export GOPATH=$HOME/go cd $LOCALNAME make linux mv bin/drive_linux $BINDIR/$LOCALNAME cd $BINDIR && ln -nsf $LOCALNAME drive #--------------------------------------------------------------------- # 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] 181030 Updated from 180311 to 181030 210616 Updated to 210616 - same as bede608f25 ("git" hash) 240702 Core code hasn't been updated since 210616