Package Details: runc-git 1.2.0.r166.ga5bfdc9d-1

Git Clone URL: https://aur.archlinux.org/runc-git.git (read-only, click to copy)
Package Base: runc-git
Description: CLI tool for managing OCI compliant containers
Upstream URL: https://runc.io/
Keywords: container
Licenses: Apache-2.0
Conflicts: runc
Provides: runc
Submitter: irtimmer
Maintainer: a821
Last Packager: a821
Votes: 14
Popularity: 0.000000
First Submitted: 2015-06-24 16:25 (UTC)
Last Updated: 2025-02-07 06:56 (UTC)

Dependencies (5)

Required by (10)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3

LeoFa commented on 2016-02-06 00:34 (UTC)

PKGBUILD fails with pacman 5.0 license="APACHE" should be array license=('APACHE') please fix

hakoerber commented on 2016-01-09 16:06 (UTC)

There is a comma in the makedepends list that makes the build fail, patch here: diff --git a/PKGBUILD b/PKGBUILD index 944b86a..45ab139 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgver=r1432.8ad8d40 pkgrel=1 pkgdesc="Container CLI tools" depends=('glibc') -makedepends=('godep', 'go') +makedepends=('godep' 'go') arch=('x86_64' 'i686') source=("git+https://github.com/opencontainers/runc.git") url="http://runc.io/"

mickours commented on 2015-11-04 16:46 (UTC)

Go is missing from the make dependencies: godep: go exec: "go": executable file not found in $PATH