Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: docker-buildx-0.7.1 #35682

Merged
merged 1 commit into from
Feb 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 20 additions & 0 deletions srcpkgs/docker-buildx/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Template file for 'docker-buildx'
pkgname=docker-buildx
version=0.7.1
revision=1
wrksrc="buildx-${version}"
build_style=go
go_import_path="github.com/docker/buildx/cmd/buildx"
go_ldflags="-X github.com/docker/buildx/version.Version=v${version}"
depends="docker-cli"
short_desc="Docker CLI plugin for extended build capabilities with BuildKit"
maintainer="Gabriel Sanches <gabriel@gsr.dev>"
license="Apache-2.0"
homepage="https://docs.docker.com/buildx/working-with-buildx/"
distfiles="https://github.com/docker/buildx/archive/refs/tags/v${version}.tar.gz"
checksum=5df4224eeac5a00d1bef2344660e93415264a64ea4742133f2c2a794c563ef50

post_install() {
vmkdir usr/libexec/docker/cli-plugins
mv "${DESTDIR}/usr/bin/buildx" "${DESTDIR}/usr/libexec/docker/cli-plugins/docker-buildx"
}