# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/docker-cli/docker-cli.conf # Copyright (C) 2024 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- rungo= makeinstopt= export CGO_ENABLED=0 export GITCOMMIT=d260a54c export GOPATH=$builddir/cli-$ver var_append makeopt ' ' 'dynbinary' hook_add premake 5 'docker-cli-pre' docker-cli-pre() { mkdir -p $builddir/cli-$ver/src/github.com/docker/ ln -sv $builddir/cli-$ver $builddir/cli-$ver/src/github.com/docker/cli } hook_add postmake 5 'docker-cli-pm' docker-cli-pm() { install -m 755 build/docker $root$bindir }