Add the sysutils/azure-agent port.
The Microsoft Azure Linux Agent is the client agent needed to run FreeBSD within the Microsoft Azure cloud platform. Reviewed by: swills Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
f2b075c274
commit
97a20389c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377179
@ -48,6 +48,7 @@
|
||||
SUBDIR += automount
|
||||
SUBDIR += automounter
|
||||
SUBDIR += autopsy
|
||||
SUBDIR += azure-agent
|
||||
SUBDIR += b43-fwcutter
|
||||
SUBDIR += backuppc
|
||||
SUBDIR += backuppc-devel
|
||||
|
33
sysutils/azure-agent/Makefile
Normal file
33
sysutils/azure-agent/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-agent
|
||||
PORTVERSION= ${GH_TAGNAME}.11
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= gjb@FreeBSD.org
|
||||
COMMENT= The Microsoft Azure Linux Agent
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= python:${PORTSDIR}/lang/python \
|
||||
sudo:${PORTSDIR}/security/sudo \
|
||||
bash:${PORTSDIR}/shells/bash \
|
||||
${PYTHON_PKGNAMEPREFIX}asn1>=0:${PORTSDIR}/devel/py-asn1
|
||||
|
||||
NO_BUILD= yes
|
||||
USES= python:2
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Azure
|
||||
GH_PROJECT= WALinuxAgent
|
||||
GH_COMMIT= 70294c4
|
||||
GH_TAGNAME= 2.0
|
||||
|
||||
PLIST_FILES= sbin/waagent
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/waagent ${STAGEDIR}${PREFIX}/sbin
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/azure-agent/distinfo
Normal file
2
sysutils/azure-agent/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (azure-agent-2.0.11.tar.gz) = 0dea4ff22125c656b0da9149343a56ce7f723516deb1c3d7a51c021ab61e0b13
|
||||
SIZE (azure-agent-2.0.11.tar.gz) = 86506
|
5
sysutils/azure-agent/pkg-descr
Normal file
5
sysutils/azure-agent/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
The Microsoft Azure Linux Agent
|
||||
|
||||
LICENSE: APACHE20
|
||||
|
||||
WWW: http://azure.microsoft.com/
|
Loading…
Reference in New Issue
Block a user