Skip to content
Snippets Groups Projects
Commit 999be5f9 authored by Dave Cottlehuber's avatar Dave Cottlehuber
Browse files

sysutils/kleene-cli: new port for container management

PR:		279004
Sponsored by:	SkunkWerks, GmbH
parent 62c05b8c
No related branches found
No related tags found
No related merge requests found
......@@ -586,6 +586,7 @@
SUBDIR += kiconvtool
SUBDIR += kldfind
SUBDIR += kldpatch
SUBDIR += kleene-cli
SUBDIR += kleene-daemon
SUBDIR += kopia
SUBDIR += kops
......
PORTNAME= kleene-cli
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.0
DISTVERSIONSUFFIX= -rc.4
CATEGORIES= sysutils
MAINTAINER= lasse@philomath.dk
COMMENT= Klee, the Kleene CLI client for managing containers on FreeBSD
WWW= https://kleene.dev/
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.9.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=23.2.0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click>=8.1.7:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}httpx>=0.27.0_1:www/py-httpx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.9.0:devel/py-python-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0:devel/py-pyyaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rich>=13.7.1:textproc/py-rich@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}websockets>=12.0:devel/py-websockets@${PY_FLAVOR}
USES= python:3.8+
USE_GITHUB= yes
GH_ACCOUNT= kleene-project
GH_PROJECT= klee
USE_PYTHON= autoplist pep517
SUB_FILES= pkg-message
.include <bsd.port.mk>
TIMESTAMP = 1739904180
SHA256 (kleene-project-klee-v0.1.0-rc.4_GH0.tar.gz) = 4a570057a1761a31d93ddcecbac33e2251b1e3d15dbc1e3ac24de432de6cd53b
SIZE (kleene-project-klee-v0.1.0-rc.4_GH0.tar.gz) = 107399
[
{ type: install
message: <<EOM
Kleene is a new tool and should be used for
testing and experimentation purposes only.
To get started, run
klee
in a terminal to get the main help page.
Klee requires a running instance of Kleened, the Kleene
backend daemon, install it via sysutils/kleene-daemon
EOM
}
]
CLI tool for Kleene, a container management tool for FreeBSD.
See https://kleene.dev/get-started/overview for an introduction,
and https://kleene.dev/ for general project information.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment