exo is the official command-line tool to access Exoscale's services. It allows you to manage your infrastructure from an user friendly command-line with the benefits of a scriptable interface. ok sthen@
25 lines
504 B
Makefile
25 lines
504 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2018/10/06 17:17:25 ajacoutot Exp $
|
|
|
|
COMMENT= manage Exoscale infrastructure from the command-line
|
|
|
|
GH_COMMIT= 2ef336b71993ad3a552392e479f88a9a9ed7fa55
|
|
GH_ACCOUNT= exoscale
|
|
GH_PROJECT= cli
|
|
DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-1.0.0.20181003
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c pthread
|
|
|
|
MODULES= lang/go
|
|
|
|
post-install:
|
|
mv ${PREFIX}/bin/{cli,exo}
|
|
|
|
.include <bsd.port.mk>
|