pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

docker-cli: Import docker-cli-20.10.0 as wip/docker-cli



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Fri Nov 20 14:19:50 2020 +0100
Changeset:	84b8755213f612a36192b2fa8cbef33f64cd0953

Added Files:
	docker-cli/DESCR
	docker-cli/Makefile
	docker-cli/PLIST
	docker-cli/distinfo

Log Message:
docker-cli: Import docker-cli-20.10.0 as wip/docker-cli

DESCR borrowed from OpenBSD

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=84b8755213f612a36192b2fa8cbef33f64cd0953

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 docker-cli/DESCR    |  3 +++
 docker-cli/Makefile | 28 ++++++++++++++++++++++++++++
 docker-cli/PLIST    |  2 ++
 docker-cli/distinfo |  6 ++++++
 4 files changed, 39 insertions(+)

diffs:
diff --git a/docker-cli/DESCR b/docker-cli/DESCR
new file mode 100644
index 0000000000..e75dfe8170
--- /dev/null
+++ b/docker-cli/DESCR
@@ -0,0 +1,3 @@
+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.
diff --git a/docker-cli/Makefile b/docker-cli/Makefile
new file mode 100644
index 0000000000..f49278a507
--- /dev/null
+++ b/docker-cli/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	cli
+GITHUB_TAG=	v20.10.0-rc1
+DISTNAME=	v20.10.0-rc1
+PKGNAME=	docker-cli-${DISTNAME:S,^v,,}
+CATEGORIES=	sysutils
+MASTER_SITES=	${MASTER_SITE_GITHUB:=docker/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	dan%alt.md@localhost
+HOMEPAGE=	https://github.com/docker/cli/
+COMMENT=	Command-line tool for controlling Docker
+LICENSE=	apache-2.0
+
+pre-extract:
+	mkdir -p ${WRKDIR}/src/github.com/docker/cli
+
+GO_DIST_BASE=	${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
+GO_SRCPATH=	github.com/docker/cli/
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKDIR}/bin/docker ${DESTDIR}${PREFIX}/bin
+
+INSTALLATION_DIRS+=	bin
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/docker-cli/PLIST b/docker-cli/PLIST
new file mode 100644
index 0000000000..1dd9255497
--- /dev/null
+++ b/docker-cli/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/docker
diff --git a/docker-cli/distinfo b/docker-cli/distinfo
new file mode 100644
index 0000000000..8f9cde0424
--- /dev/null
+++ b/docker-cli/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (cli/v20.10.0-rc1.tar.gz) = a9de25d78db0a874aae7e554f087c47207f5130e
+RMD160 (cli/v20.10.0-rc1.tar.gz) = 9cb15d5e8102162bfd1d56c1b346e9f72b0c3048
+SHA512 (cli/v20.10.0-rc1.tar.gz) = a0602ec6780925df0aefedf1b7f0bb33b0ab97dae5c8d0689ec689c1008b32a200cf9bac216be4c619269cb0d8ad6550d1825a39c8347445d6e2972e72ab7ff7
+Size (cli/v20.10.0-rc1.tar.gz) = 7663899 bytes


Home | Main Index | Thread Index | Old Index