blob: d02e2dd587064ae463643747ecda3287f2ea0e3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
PORTNAME= runj
DISTVERSION= g20211119
PORTREVISION= 11
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
USE_GITHUB= yes
GH_ACCOUNT= samuelkarp
GH_TAGNAME= 307abfe
.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>
|