# gocryptfs/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 YYMMDD=240702 GITTAB=v2.4.0 DIR=gocryptfs-$YYMMDD HERE=`pwd` rm -fr $DIR $DIR.tar.bz2 mkdir $DIR cd $DIR export HOME=`pwd` export GOPATH=$HOME/go GOPROG=$HOME/gocryptfs/gocryptfs . srcpkgpaths fuse310 git clone https://github.com/rfjakob/gocryptfs.git cd ./gocryptfs git checkout $GITTAG ./build.bash rm contrib/statfs/statfs rm contrib/atomicrename/atomicrename rm contrib/findholes/findholes rm gocryptfs-xray/gocryptfs-xray cd $HOME rm -fr $GOPROG rm -fr .cache cd $HERE tar jcf $DIR.tar.bz2 $DIR/ rm -fr $DIR ls -l $DIR.tar.bz2 #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.25 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM #--------------------------------------------------------------------- [settings] altpkg = yes configure = none exepack = yes strip = yes dontfind = fuse209 setpaths = fuse310 tmpsize = 223M #--------------------------------------------------------------------- [depends] fuse310 go openssl # May not be needed #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR export HOME=`pwd` export GOPATH=$HOME/go GOPROG=$HOME/gocryptfs/gocryptfs cd gocryptfs ./build.bash mv $GOPROG $BINDIR/ #--------------------------------------------------------------------- # 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] 210927 Added package. Started with 210927. 220828 Updated to 220828 - same as 2.3 230430 Updated to 230430 - same as 2.3.2 240702 Updated to 240702 - same as 2.4.0