Add cloud-init port
This commit is contained in:
32
sysutils/cloud-init/Makefile
Normal file
32
sysutils/cloud-init/Makefile
Normal file
@@ -0,0 +1,32 @@
|
||||
COMMENT = Cross-platform cloud instance initialization.
|
||||
|
||||
GH_PROJECT=cloud-init
|
||||
GH_ACCOUNT=canonical
|
||||
GH_TAGNAME=23.4.1
|
||||
EXTRACT_SUFX = .tar.gz
|
||||
|
||||
GH_DISTFILE=https://github.com/${GH_ACCOUNT}/archive/refs/tags/
|
||||
|
||||
|
||||
CATEGORIES = sysutils
|
||||
|
||||
HOMEPAGE = https://cloud-init.io/
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE = Yes
|
||||
MODPY_PYBUILD = setuptools
|
||||
MODULES = lang/python
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR = python3
|
||||
|
||||
RUN_DEPENDS = devel/py-serial \
|
||||
devel/py-jsonschema \
|
||||
textproc/py-jsonpatch \
|
||||
textproc/py-pyaml \
|
||||
www/py-requests \
|
||||
www/py-jinja2 \
|
||||
security/py-oauthlib \
|
||||
net/py-netifaces
|
||||
|
||||
.include <bsd.port.mk>
|
||||
Reference in New Issue
Block a user