[arch-commits] Commit in runc/repos/community-x86_64 (PKGBUILD PKGBUILD)
Ike Devolder
idevolder at archlinux.org
Mon Jun 6 12:32:54 UTC 2016
Date: Monday, June 6, 2016 @ 14:32:53
Author: idevolder
Revision: 178002
archrelease: copy trunk to community-x86_64
Added:
runc/repos/community-x86_64/PKGBUILD
(from rev 178001, runc/trunk/PKGBUILD)
Deleted:
runc/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 104 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 52 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-06-06 12:32:45 UTC (rev 178001)
+++ PKGBUILD 2016-06-06 12:32:53 UTC (rev 178002)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-
-pkgname=runc
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='CLI tool for managing OCI compliant containers'
-arch=('x86_64')
-url='https://runc.io/'
-license=('Apache')
-depends=('glibc' 'libseccomp')
-makedepends=('git' 'go' 'go-md2man')
-source=("git+https://github.com/opencontainers/runc#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
- cd runc
- # 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"
- cd runc
- export GOPATH="$srcdir"
- make
- man/md2man-all.sh 2>/dev/null
-}
-
-#check() {
-# cd runc
-# make localtest
-#}
-
-package() {
- cd runc
- 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 178001, runc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-06-06 12:32:53 UTC (rev 178002)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+
+pkgname=runc
+pkgver=0.1.1
+pkgrel=1
+pkgdesc='CLI tool for managing OCI compliant containers'
+arch=('x86_64')
+url='https://runc.io/'
+license=('Apache')
+depends=('glibc' 'libseccomp')
+makedepends=('git' 'go' 'go-md2man')
+source=("git+https://github.com/opencontainers/runc#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+ cd runc
+ # 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"
+ cd runc
+ export GOPATH="$srcdir"
+ make
+ man/md2man-all.sh 2>/dev/null
+}
+
+#check() {
+# cd runc
+# make localtest
+#}
+
+package() {
+ cd runc
+ 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