buildah-1.13.1

Taille du paquet 27M
Somme de contrĂ´le SHA256 5c7d3e55307d3a8f7147946b42c148d6af90d9a51b07cd614e91d8760de40699
Estimation du temps de construction 51.875 secondes
Dependances conmon-2.0.7, cri-o-1.16.2, runc-1.0.0-rc9
TIMEFORMAT='(BUSYBOX) Compilation de buildah-1.13.1 en %R seconds ...'
time {
cd ${LFS}/opt/gopath/ &&
rm -Rf buildah &&
git clone http://github.com/containers/buildah.git &&
cd buildah &&
make BUILDTAGS="" &&
make DESTDIR=$PWD/_pkg install &&
strip -v _pkg/usr/local/bin/*
tar -C _pkg/ -cvf ${LFS}/pkg/buildah-1.13.1.tar.gz ./ &&
cd "${LFS}/"
}