pkgsrc-WIP-changes archive

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

nomad: Import nomad-0.11.1 as wip/nomad



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Fri May 8 08:55:26 2020 +0200
Changeset:	713064f1746db95574aa7a6bbbff4e1d4d2f07d9

Modified Files:
	Makefile
Added Files:
	nomad/DESCR
	nomad/Makefile
	nomad/PLIST
	nomad/distinfo

Log Message:
nomad: Import nomad-0.11.1 as wip/nomad

A workload orchestrator from Hashicorp

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

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

diffstat:
 Makefile       |  1 +
 nomad/DESCR    |  1 +
 nomad/Makefile | 25 +++++++++++++++++++++++++
 nomad/PLIST    |  2 ++
 nomad/distinfo |  6 ++++++
 5 files changed, 35 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 5363732a92..dfb96108e3 100644
--- a/Makefile
+++ b/Makefile
@@ -2402,6 +2402,7 @@ SUBDIR+=	nodau
 SUBDIR+=	nodm
 SUBDIR+=	noip
 SUBDIR+=	noiptun
+SUBDIR+=	nomad
 SUBDIR+=	nomadio
 SUBDIR+=	nominatim
 SUBDIR+=	nongnu-libunwind-git
diff --git a/nomad/DESCR b/nomad/DESCR
new file mode 100644
index 0000000000..cf2cbba7db
--- /dev/null
+++ b/nomad/DESCR
@@ -0,0 +1 @@
+nomad is an easy-to-use, flexible, and performant workload orchestrator
diff --git a/nomad/Makefile b/nomad/Makefile
new file mode 100644
index 0000000000..323c8b9df7
--- /dev/null
+++ b/nomad/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	nomad
+GITHUB_TAG=	v0.11.1
+DISTNAME=	v0.11.1
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
+CATEGORIES=	sysutils
+MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	dan%alt.md@localhost
+HOMEPAGE=	https://github.com/hashicorp/nomad/
+COMMENT=	Workload orchestrator that can deploy a mix of applications
+LICENSE=	mpl-2.0
+
+GO_DIST_BASE=   ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_SRCPATH=     github.com/hashicorp/nomad/
+
+INSTALLATION_DIRS+=     bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKDIR}/bin/nomad ${DESTDIR}${PREFIX}/bin
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/nomad/PLIST b/nomad/PLIST
new file mode 100644
index 0000000000..ba6c107a6e
--- /dev/null
+++ b/nomad/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/nomad
diff --git a/nomad/distinfo b/nomad/distinfo
new file mode 100644
index 0000000000..421640ccf9
--- /dev/null
+++ b/nomad/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (nomad/v0.11.1.tar.gz) = f8b5fdb0605412bc521610b026cd0cfdd38dac4a
+RMD160 (nomad/v0.11.1.tar.gz) = 93d15ce15c310742e0173cae706e395f356469d7
+SHA512 (nomad/v0.11.1.tar.gz) = ca959206644a30899b9cc6c60d57a1fde3719a3f78a3d53fd0d7885d8ca60a1c4f86d8253ad7750fb7671b0efea8d4c3a6b178aac6067348060e90589d430448
+Size (nomad/v0.11.1.tar.gz) = 53172787 bytes


Home | Main Index | Thread Index | Old Index