Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : runc | name : runc | ||||
| version : 1.0.0_rc5 | version : 1.0.0_rc6 | ||||
| release : 8 | release : 9 | ||||
| source : | source : | ||||
| - https://github.com/opencontainers/runc/archive/v1.0.0-rc5.tar.gz : 770e180d1cca1f3c1a67512ebf9720caafe97af4fc2fe12fa43a3cf7bfa77522 | - https://github.com/opencontainers/runc/archive/v1.0.0-rc6.tar.gz : a221f8380e7b5806031f54d423af6dde24c305dad49868056cf70e5f5f4ef771 | ||||
| license : Apache-2.0 | license : Apache-2.0 | ||||
| component : virt | component : virt | ||||
| summary : OCI complaint CLI tool to run containers | summary : OCI complaint CLI tool to run containers | ||||
| description: | | description: | | ||||
| runc is a CLI tool for spawning and running containers according to the OCI specification. | runc is a CLI tool for spawning and running containers according to the OCI specification. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(libseccomp) | - pkgconfig(libseccomp) | ||||
| - golang | - golang | ||||
| build : | | build : | | ||||
| mkdir -p src/github.com/opencontainers | mkdir -p src/github.com/opencontainers | ||||
| ln -s `pwd` src/github.com/opencontainers/runc | ln -s `pwd` src/github.com/opencontainers/runc | ||||
| export GOPATH="`pwd`" | export GOPATH="`pwd`" | ||||
| pushd src/github.com/opencontainers/runc | pushd src/github.com/opencontainers/runc | ||||
| %make LDFLAGS= | %make LDFLAGS= COMMIT="ccb5efd37fb7c86364786e9137e22948751de7ed" | ||||
| install : | | install : | | ||||
| install -D -m 00755 src/github.com/opencontainers/runc/runc $installdir/usr/bin/runc | install -Dm00755 src/github.com/opencontainers/runc/runc $installdir/usr/bin/runc | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.