1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/sysutils/ocijail/Makefile
Doug Rabson ab26d9d01f sysutils/ocijail: use consistent capitalization
Buildah and Podman should be capitalized, following upstream policy.
2024-01-11 15:14:53 +00:00

28 lines
639 B
Makefile

PORTNAME= ocijail
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.0
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= dfr@FreeBSD.org
COMMENT= Experimental, proof-of-concept OCI-compatible runtime for jails
WWW= https://github.com/dfr/ocijail
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= bazel:devel/bazel5 bash:shells/bash
USE_GITHUB= yes
GH_ACCOUNT= dfr
PLIST_FILES= bin/ocijail
# Build happens in the //:install rule
NO_BUILD= yes
BAZEL_OPTS= --batch --output_user_root=${WRKDIR}/bazel_out
do-install:
cd ${WRKSRC} && bazel ${BAZEL_OPTS} run --experimental_repository_disable_download //:install -- ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>