solene 97b2561327 Import docker-cli-19.03.13
ok paco@
Inputs from sthen@
Port submitted by Muhammad Kaisar Arkhan <hi at yukiisbo.red>

The Docker command-line tool allows you to control Docker hosts. You
can use it to build docker images, start docker containers, execute
commands inside containers, see running containers, and view logs.
2020-10-03 20:38:46 +00:00

32 lines
669 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2020/10/03 20:38:46 solene Exp $
COMMENT = command-line tool for controlling Docker
V = 19.03.13
PKGNAME = docker-${V}
GH_ACCOUNT = docker
GH_PROJECT = cli
GH_TAGNAME = v${V}
CATEGORIES = sysutils
HOMEPAGE = https://docs.docker.com/engine/reference/commandline/cli/
MAINTAINER = Muhammad Kaisar Arkhan <hi@yukiisbo.red>
# Apache 2.0
PERMIT_PACKAGE = Yes
WANTLIB += c pthread
MODULES = lang/go
MODGO_LDFLAGS = -X github.com/docker/cli/cli/version.Version=${V}
GO_PKGNAME = github.com/docker/cli
WRKSRC = ${MODGO_WORKSPACE}/src/${GO_PKGNAME}
ALL_TARGET = github.com/docker/cli/cmd/docker
.include <bsd.port.mk>