# Template file for 'docker' pkgname=docker version=1.9.1 revision=1 hostmakedepends="git go" makedepends="libbtrfs-devel sqlite-devel device-mapper-devel" short_desc="Pack, ship and run any application as a lightweight container" maintainer="Juan RP " license="Apache-2.0" homepage="http://www.docker.io" distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz" checksum=ff0ad9647b756381758a16440a48e6f3c8615bbc903e53680569aac0b0a85157 # These are required at run-time. depends="iptables xz git" nostrip=yes nocross=yes only_for_archs="x86_64 x86_64-musl" system_groups="docker" do_build() { export AUTO_GOPATH=1 export DOCKER_GITCOMMIT=v$version ./hack/make.sh dynbinary } do_install() { vbin bundles/${version}/dynbinary/docker-${version} docker vinstall bundles/${version}/dynbinary/dockerinit-${version} 755 usr/lib/docker dockerinit vinstall contrib/completion/bash/docker 644 usr/share/bash-completion/completions vinstall contrib/completion/zsh/_docker 644 usr/share/zsh/site-functions vsv docker }