25 lines
685 B
YAML
25 lines
685 B
YAML
name: runc
|
|
description: CLI tool for spawning and running containers according to the OCI specification
|
|
version: 1.5.1
|
|
revision: 2
|
|
url: https://github.com/opencontainers/runc
|
|
license: Apache-2.0
|
|
maintainers:
|
|
- [email protected]
|
|
architecture: any
|
|
type: source
|
|
depends:
|
|
- libseccomp
|
|
optional_depends:
|
|
- criu:For checkpoint support
|
|
make_depends:
|
|
- golang
|
|
- go-md2man
|
|
provides:
|
|
- oci-runtime
|
|
downloads:
|
|
- url: https://github.com/opencontainers/runc/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
|
|
extract_to: ${BPM_SOURCE}/src/github.com/opencontainers/runc
|
|
extract_strip_components: 1
|
|
checksum: 32286f18899a644ec7c1589688a9600ba54cc65264f23f1f5877ba214ca76e75
|