Skip to content

Commit

Permalink
New package: docker-buildx-0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrlsnchs authored and paper42 committed Feb 20, 2022
1 parent 4dab53a commit bd80475
Showing 1 changed file with 20 additions and 0 deletions.
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"
}

0 comments on commit bd80475

Please sign in to comment.