mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
sysutils/littlejet: New port: Create, deploy, manage and scale FreeBSD jails anywhere
LittleJet is an open source, easy-to-use orchestrator for managing, deploying, scaling and interconnecting FreeBSD jails anywhere in the world. WWW: https://github.com/DtxdF/LittleJet/ PR: 280242
This commit is contained in:
parent
a0611f9351
commit
6c83b7a3f6
@ -697,6 +697,7 @@
|
||||
SUBDIR += linux-miniconda-installer
|
||||
SUBDIR += linux-rkbin
|
||||
SUBDIR += linuxfdisk
|
||||
SUBDIR += littlejet
|
||||
SUBDIR += lizardfs
|
||||
SUBDIR += lmmon
|
||||
SUBDIR += lmon
|
||||
|
31
sysutils/littlejet/Makefile
Normal file
31
sysutils/littlejet/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
PORTNAME= littlejet
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.0.2
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= DtxdF@disroot.org
|
||||
COMMENT= Create, deploy, manage and scale FreeBSD jails anywhere
|
||||
WWW= https://github.com/DtxdF/LittleJet/
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= jq>=0:textproc/jq \
|
||||
cpdup>=0:sysutils/cpdup \
|
||||
sansi>=0:textproc/sansi
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= DtxdF
|
||||
GH_PROJECT= LittleJet
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
PORTDOCS= README.md
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}/${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}/${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/littlejet/distinfo
Normal file
3
sysutils/littlejet/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1720748692
|
||||
SHA256 (DtxdF-LittleJet-v0.0.2_GH0.tar.gz) = 13fa555bb6ae0f3b49873a61419e9df05d99394b387acc1a55468b254231f168
|
||||
SIZE (DtxdF-LittleJet-v0.0.2_GH0.tar.gz) = 14339807
|
3
sysutils/littlejet/pkg-descr
Normal file
3
sysutils/littlejet/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
LittleJet is an open source, easy-to-use orchestrator for managing,
|
||||
deploying, scaling and interconnecting FreeBSD jails anywhere in
|
||||
the world.
|
20
sysutils/littlejet/pkg-plist
Normal file
20
sysutils/littlejet/pkg-plist
Normal file
@ -0,0 +1,20 @@
|
||||
bin/jet
|
||||
bin/littlejet
|
||||
%%DATADIR%%/files/cpignore
|
||||
%%DATADIR%%/files/default.conf
|
||||
%%DATADIR%%/files/user.conf
|
||||
%%DATADIR%%/files/lib.subr
|
||||
%%DATADIR%%/runscripts/deploy.all
|
||||
%%DATADIR%%/runscripts/deploy.each
|
||||
%%DATADIR%%/runscripts/deploy.once
|
||||
%%DATADIR%%/runscripts/deploy.random
|
||||
%%DATADIR%%/runscripts/deploy.scale
|
||||
%%DATADIR%%/runscripts/deploy.single
|
||||
%%DATADIR%%/runscripts/vpn.wg.client
|
||||
%%DATADIR%%/runscripts/vpn.wg.client.destroy
|
||||
%%DATADIR%%/runscripts/vpn.wg.load-balancer.pen
|
||||
%%DATADIR%%/runscripts/vpn.wg.load-balancer.pen.destroy
|
||||
%%DATADIR%%/runscripts/vpn.wg.server
|
||||
%%DATADIR%%/runscripts/vpn.wg.server.destroy
|
||||
share/man/man1/littlejet.1.gz
|
||||
share/man/man5/littlejet.conf.5.gz
|
Loading…
Reference in New Issue
Block a user