[arch-commits] Commit in runc/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Sun Nov 19 19:43:13 UTC 2017
Date: Sunday, November 19, 2017 @ 19:43:12
Author: bpiotrowski
Revision: 267492
archrelease: copy trunk to community-x86_64
Added:
runc/repos/community-x86_64/PKGBUILD
(from rev 267491, runc/trunk/PKGBUILD)
Deleted:
runc/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-19 19:43:04 UTC (rev 267491)
+++ PKGBUILD 2017-11-19 19:43:12 UTC (rev 267492)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-
-pkgname=runc
-pkgver=0.1.1
-pkgrel=3
-pkgdesc='CLI tool for managing OCI compliant containers'
-arch=('i686' 'x86_64')
-url='https://runc.io/'
-license=('Apache')
-depends=('glibc' 'libseccomp')
-makedepends=('git' 'go' 'go-md2man')
-source=("runc.io::git+https://github.com/opencontainers/runc.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
- cd runc.io
- # apply patch from the source array (should be a pacman feature)
- local filename
- for filename in "${source[@]}"; do
- if [[ "$filename" =~ \.patch$ ]]; then
- msg2 "Applying patch ${filename##*/}"
- patch -p1 -N -i "$srcdir/${filename##*/}"
- fi
- done
- :
-}
-
-build() {
- mkdir -p src/github.com/opencontainers
- cd src/github.com/opencontainers
- ln -fs "$srcdir/runc.io"
- cd runc.io
- export GOPATH="$srcdir" BUILDTAGS='seccomp'
- make
- man/md2man-all.sh 2>/dev/null
-}
-
-package() {
- cd runc.io
- install -Dm755 runc "$pkgdir/usr/bin/runc"
- # man pages
- install -dm755 "$pkgdir/usr/share/man"
- mv man/man*/ "$pkgdir/usr/share/man"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: runc/repos/community-x86_64/PKGBUILD (from rev 267491, runc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-11-19 19:43:12 UTC (rev 267492)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+
+pkgname=runc
+pkgver=0.1.1
+pkgrel=4
+pkgdesc='CLI tool for managing OCI compliant containers'
+arch=('x86_64')
+url='https://runc.io/'
+license=('Apache')
+depends=('glibc' 'libseccomp')
+makedepends=('git' 'go-pie' 'go-md2man')
+source=("runc.io::git+https://github.com/opencontainers/runc.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+ cd runc.io
+ # apply patch from the source array (should be a pacman feature)
+ local filename
+ for filename in "${source[@]}"; do
+ if [[ "$filename" =~ \.patch$ ]]; then
+ msg2 "Applying patch ${filename##*/}"
+ patch -p1 -N -i "$srcdir/${filename##*/}"
+ fi
+ done
+ :
+}
+
+build() {
+ mkdir -p src/github.com/opencontainers
+ cd src/github.com/opencontainers
+ ln -fs "$srcdir/runc.io"
+ cd runc.io
+ export GOPATH="$srcdir" BUILDTAGS='seccomp'
+ make
+ man/md2man-all.sh 2>/dev/null
+}
+
+package() {
+ cd runc.io
+ install -Dm755 runc "$pkgdir/usr/bin/runc"
+ # man pages
+ install -dm755 "$pkgdir/usr/share/man"
+ mv man/man*/ "$pkgdir/usr/share/man"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list