blob: 783d534c50ff148fe5e14aac6a69e92029a48767 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = runc-git
pkgdesc = CLI tool for managing OCI compliant containers
pkgver = 1.5.0rc.1.r4.g496b68a30
pkgrel = 1
url = https://runc.io/
arch = x86_64
license = Apache-2.0
makedepends = git
makedepends = go
makedepends = go-md2man
depends = libseccomp
depends = libpathrs
optdepends = criu: checkpoint support
provides = runc
provides = oci-runtime
conflicts = runc
options = !lto
source = git+https://github.com/opencontainers/runc
sha256sums = SKIP
pkgname = runc-git
|