# skopeo/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created as follows: #!/bin/bash -e set -e . srcpkgpaths libseccomp YYMMDD=240824 DIR=skopeo-$YYMMDD HERE=`pwd` rm -fr $DIR $DIR.tar.bz2 mkdir $DIR cd $DIR export HOME=`pwd` export GOPATH=$HOME/go rm -fr $GOPATH mkdir $GOPATH git clone https://github.com/containers/skopeo \ $GOPATH/src/github.com/containers/skopeo cd $GOPATH/src/github.com/containers/skopeo git checkout v1.16.1 cd $HERE tar cf - $DIR | pbzip2 -c > $DIR.tar.bz2 tardate $DIR.tar.bz2 #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.55 minutes) - ThinkPad W530 i7 4x2 32GB RAM #--------------------------------------------------------------------- [settings] configure = none defer = glibc64 license = See "license*.txt" in installed tree licfile = go/src/github.com/containers/skopeo/LICENSE tmpsize = 277M #--------------------------------------------------------------------- [depends] btrfs-progs go go-md2man gtkcore libassuan libgpg-error libgpgme libseccomp lvm2 pkgconf podman #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin MAN1DIR=$PKGDIR_PROD/man/man1 mkdir -p $BINDIR $MAN1DIR export HOME=`pwd` export GOPATH=$HOME/go cd $GOPATH/src/github.com/containers/skopeo make mv bin/* $BINDIR/ mv docs/*.1 $MAN1DIR/ #--------------------------------------------------------------------- # 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_page = tbd url_home = tbd url_lfs = tbd url_tarball = special # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 210513 Added package. Started with 210513. 211105 Updated to 211105 211127 Updated to 211127 - same as 1.5.2 220203 Updated to 220203 - same as 1.6.0 220221 Updated to 220221 - same as 1.6.1 220505 Updated to 220505 - same as 1.6.2 220507 Updated to 220507 - same as 1.8.0 230210 Updated to 230210 - same as 1.10.0 240708 Updated to 240708 - same as 1.14.4 240824 Updated to 240824 - same as 1.16.1