28 lines
706 B
YAML
28 lines
706 B
YAML
name: crun
|
|
description: A fast and lightweight fully featured OCI runtime and C library for running containers
|
|
version: "1.28"
|
|
revision: 2
|
|
url: https://github.com/containers/crun
|
|
license: GPL2-or-later,LGPL2.1-or-later
|
|
maintainers:
|
|
- [email protected]
|
|
architecture: any
|
|
type: source
|
|
depends:
|
|
- json-c
|
|
- libcap
|
|
- libseccomp
|
|
- libudev
|
|
make_depends:
|
|
- go-md2man
|
|
- libtool
|
|
- python3=3.14.*
|
|
- udev
|
|
provides:
|
|
- oci-runtime
|
|
downloads:
|
|
- url: https://github.com/containers/crun/releases/download/${BPM_PKG_VERSION}/crun-${BPM_PKG_VERSION}.tar.gz
|
|
extract_to: ${BPM_SOURCE}
|
|
extract_strip_components: 1
|
|
checksum: eb8fe73ffe44d868b14bb94fa6c295bd57e8bf023de43b61579da826c07cc406
|