[arch-commits] Commit in crun/repos/community-x86_64 (PKGBUILD PKGBUILD keys keys)
Frederik Schwan
freswa at gemini.archlinux.org
Wed Sep 7 21:17:20 UTC 2022
Date: Wednesday, September 7, 2022 @ 21:17:20
Author: freswa
Revision: 1296120
archrelease: copy trunk to community-x86_64
Added:
crun/repos/community-x86_64/PKGBUILD
(from rev 1296119, crun/trunk/PKGBUILD)
crun/repos/community-x86_64/keys/
Deleted:
crun/repos/community-x86_64/PKGBUILD
crun/repos/community-x86_64/keys/
----------+
PKGBUILD | 73 +++++++++++++++++++++++++++----------------------------------
1 file changed, 33 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-07 21:17:16 UTC (rev 1296119)
+++ PKGBUILD 2022-09-07 21:17:20 UTC (rev 1296120)
@@ -1,40 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: hexchian <i at hexchain dot org>
-
-pkgname=crun
-pkgver=1.5
-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')
-provides=('oci-runtime')
-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}
- "fix-build.patch::https://patch-diff.githubusercontent.com/raw/containers/crun/pull/972.patch")
-validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha256sums=('8e7e1636adb3cc12d45cdf4ddfd0503604950d0d2868a0bfa9666b90d0a8d9d7'
- 'SKIP'
- 'be5900732792eecd0e9a522a2f1e8c66870d4cbce406e16c257e700b895a3b1d')
-
-prepare() {
- cd "${pkgname}-${pkgver}"
- patch -Np1 < "$srcdir/fix-build.patch"
-}
-
-build() {
- cd "$pkgname-$pkgver"
- ./autogen.sh
- ./configure \
- --prefix=/usr \
- --enable-shared \
- --enable-dynamic \
- --with-python-bindings
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
Copied: crun/repos/community-x86_64/PKGBUILD (from rev 1296119, crun/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-07 21:17:20 UTC (rev 1296120)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: hexchian <i at hexchain dot org>
+
+pkgname=crun
+pkgver=1.6
+pkgrel=1
+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')
+provides=('oci-runtime')
+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=('8ae387950f3f75aaff7fe9da14f2f012be842a8b20038bb8344a451197b40ee4'
+ 'SKIP')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./autogen.sh
+ ./configure \
+ --prefix=/usr \
+ --enable-shared \
+ --enable-dynamic \
+ --with-python-bindings
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list