# Template file for 'docker' pkgname=docker version=17.12.0 revision=1 _subversion='-ce' _version="$version$_subversion" wrksrc="$pkgname$_subversion-$_version" build_wrksrc="components/engine" hostmakedepends="git go pkg-config curl cmake" makedepends="libbtrfs-devel sqlite-devel device-mapper-devel libseccomp-devel" short_desc="Pack, ship and run any application as a lightweight container" maintainer="Andrea Brancaleoni " license="Apache-2.0" homepage="http://www.docker.io" distfiles="https://github.com/docker/docker-ce/archive/v$_version.tar.gz" checksum=1303483c878ded1c0e19f323f04316cef6d4c0c895f85c412af6468647d18ef9 # These are required at run-time. depends="iptables xz git" nopie=yes nostrip=yes nocross=yes only_for_archs="x86_64 x86_64-musl" system_groups="docker" do_build() { AUTO_GOPATH=1 DOCKER_BUILDTAGS='seccomp' DOCKER_GITCOMMIT=v$_version \ hack/make.sh dynbinary } pre_build() { vmkdir usr/bin sed -i "s|/usr/local|$DESTDIR/usr|g; s|apparmor ||g" hack/dockerfile/install-binaries.sh AUTO_GOPATH=1 LDFLAGS='' DOCKER_BUILDTAGS='seccomp' DOCKER_GITCOMMIT=v$_version \ hack/dockerfile/install-binaries.sh \ runc-dynamic \ containerd-dynamic \ tini \ proxy-dynamic \ dockercli } do_install() { vbin ${wrksrc}/components/engine/bundles/dynbinary-daemon/dockerd dockerd vinstall ${wrksrc}/components/cli/contrib/completion/bash/docker 644 usr/share/bash-completion/completions vinstall ${wrksrc}/components/cli/contrib/completion/zsh/_docker 644 usr/share/zsh/site-functions vsv docker }