freebsd-ports/sysutils/runj/Makefile
2021-08-02 09:52:35 +00:00

27 lines
516 B
Makefile

PORTNAME= runj
DISTVERSION= g20210724
CATEGORIES= sysutils
MAINTAINER= dch@FreeBSD.org
COMMENT= Experimental, proof-of-concept OCI-compatible runtime for jails
LICENSE= APACHE20 BSD2CLAUSE BSD3CLAUSE MIT
LICENSE_COMB= multi
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= samuelkarp
GH_TAGNAME= 4f12a0e
.include "Makefile.deps"
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>