waitforssh is a lightweight utility, written in POSIX shell, that waits for a target to be up and running via SSH and, if so, executes a command.
22 lines
407 B
Makefile
22 lines
407 B
Makefile
PORTNAME= waitforssh
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.0.1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= dtxdf@FreeBSD.org
|
|
COMMENT= Wait for a target to be up and running using SSH
|
|
WWW= https://github.com/DtxdF/${PORTNAME}
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= DtxdF
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
share/man/man1/${PORTNAME}.1.gz
|
|
|
|
.include <bsd.port.mk>
|