31 lines
640 B
Makefile
31 lines
640 B
Makefile
# $OpenBSD: Makefile,v 1.12 2019/12/08 09:39:10 ajacoutot Exp $
|
|
|
|
# bunch of undefined things in crypto/blake2b, shirou/gopsutil/disk, shirou/gopsutil/mem
|
|
NOT_FOR_ARCHS= i386
|
|
|
|
COMMENT= cluster scheduler
|
|
|
|
GH_TAGNAME= v0.10.2
|
|
GH_ACCOUNT= hashicorp
|
|
GH_PROJECT= nomad
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= https://www.nomadproject.io
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# MPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c pthread
|
|
|
|
MODULES= lang/go
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/nomad
|
|
${SUBST_CMD} -c -m 0640 ${FILESDIR}/nomad.hcl \
|
|
${PREFIX}/share/examples/nomad/nomad.hcl
|
|
|
|
.include <bsd.port.mk>
|