[arch-commits] Commit in crun/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 19:23:34 UTC 2021


    Date: Thursday, December 2, 2021 @ 19:23:33
  Author: felixonmars
Revision: 1062370

archrelease: copy trunk to community-staging-x86_64

Added:
  crun/repos/community-staging-x86_64/PKGBUILD
    (from rev 1062368, crun/trunk/PKGBUILD)
Deleted:
  crun/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 19:23:33 UTC (rev 1062369)
+++ PKGBUILD	2021-12-02 19:23:33 UTC (rev 1062370)
@@ -1,31 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: hexchian <i at hexchain dot org>
-
-pkgname=crun
-pkgver=1.3
-pkgrel=2
-pkgdesc="A fast and lightweight fully featured OCI runtime and C library for running containers"
-url="https://github.com/containers/crun"
-license=('LGPL')
-arch=('x86_64')
-depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp' 'criu')
-makedepends=('libtool' 'python' 'go-md2man' 'systemd' 'git')
-source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
-validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha256sums=('27ef1e0628e5f077174be86d62d3f7f2e27690dfb72f1dbd599fffb620357125'
-            'SKIP')
-
-build() {
-    cd "$pkgname-$pkgver"
-    ./autogen.sh
-    ./configure \
-        --prefix=/usr \
-        --enable-dynamic \
-        --with-python-bindings
-    make
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    make DESTDIR="$pkgdir" install
-}

Copied: crun/repos/community-staging-x86_64/PKGBUILD (from rev 1062368, crun/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 19:23:33 UTC (rev 1062370)
@@ -0,0 +1,31 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: hexchian <i at hexchain dot org>
+
+pkgname=crun
+pkgver=1.3
+pkgrel=3
+pkgdesc="A fast and lightweight fully featured OCI runtime and C library for running containers"
+url="https://github.com/containers/crun"
+license=('LGPL')
+arch=('x86_64')
+depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp' 'criu')
+makedepends=('libtool' 'python' 'go-md2man' 'systemd' 'git')
+source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+sha256sums=('27ef1e0628e5f077174be86d62d3f7f2e27690dfb72f1dbd599fffb620357125'
+            'SKIP')
+
+build() {
+    cd "$pkgname-$pkgver"
+    ./autogen.sh
+    ./configure \
+        --prefix=/usr \
+        --enable-dynamic \
+        --with-python-bindings
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list