mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/runc to 0.1.1-2
This commit is contained in:
parent
0dff0b9369
commit
9c400e8cc4
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
pkgname=runc
|
pkgname=runc
|
||||||
pkgver=0.1.1
|
pkgver=0.1.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='CLI tool for managing OCI compliant containers'
|
pkgdesc='CLI tool for managing OCI compliant containers'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://runc.io/'
|
url='https://runc.io/'
|
||||||
|
@ -34,14 +34,14 @@ build() {
|
||||||
cd src/github.com/opencontainers
|
cd src/github.com/opencontainers
|
||||||
ln -fs "$srcdir/runc"
|
ln -fs "$srcdir/runc"
|
||||||
cd runc
|
cd runc
|
||||||
export GOPATH="$srcdir"
|
export GOPATH="$srcdir" BUILDTAGS='seccomp'
|
||||||
make
|
make
|
||||||
man/md2man-all.sh 2>/dev/null
|
man/md2man-all.sh 2>/dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
#check() {
|
#check() {
|
||||||
# cd runc
|
# cd runc
|
||||||
# make localtest
|
# make test
|
||||||
#}
|
#}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue