opnsense-ports/sysutils/runj/Makefile
Franco Fichtner fa89bd5e52 */*: sync with upstream
Taken from: FreeBSD
2024-08-12 10:12:12 +02:00

26 lines
544 B
Makefile

PORTNAME= runj
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.0
PORTREVISION= 7
CATEGORIES= sysutils
MAINTAINER= dch@FreeBSD.org
COMMENT= Experimental, proof-of-concept OCI-compatible runtime for jails
WWW= https://github.com/samuelkarp/runj
LICENSE= APACHE20 BSD2CLAUSE BSD3CLAUSE MIT
LICENSE_COMB= multi
USES= go:modules
GO_MODULE= github.com/samuelkarp/runj
GO_TARGET= ./cmd/runj \
./cmd/runj-entrypoint \
./cmd/containerd-shim-runj-v1
PLIST_FILES= bin/runj \
bin/runj-entrypoint \
bin/containerd-shim-runj-v1
.include <bsd.port.mk>