[arch-commits] Commit in podman/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Thu Apr 16 20:38:29 UTC 2020
Date: Thursday, April 16, 2020 @ 20:38:28
Author: foxboron
Revision: 615363
archrelease: copy trunk to community-x86_64
Added:
podman/repos/community-x86_64/PKGBUILD
(from rev 615362, podman/trunk/PKGBUILD)
Deleted:
podman/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 99 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 51 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-16 20:38:20 UTC (rev 615362)
+++ PKGBUILD 2020-04-16 20:38:28 UTC (rev 615363)
@@ -1,48 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgbase=podman
-pkgname=(podman podman-docker)
-pkgver=1.8.2
-pkgrel=1
-pkgdesc='Tool and library for running OCI-based containers in pods'
-arch=(x86_64)
-url='https://github.com/containers/libpod'
-license=(Apache)
-depends=(cni-plugins conmon device-mapper iptables libseccomp runc skopeo
- btrfs-progs slirp4netns libsystemd)
-makedepends=(go-pie go-md2man git)
-optdepends=('catatonit: --init flag support')
-source=("git+$url#tag=v$pkgver?signed")
-validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
-sha256sums=('SKIP')
-
-pkgver() {
- cd libpod
- git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
- export BUILDTAGS='seccomp varlink systemd'
- export CGO_LDFLAGS=$LDFLAGS
- export GOFLAGS="-buildmode=pie -trimpath"
-
- cd libpod
- make
-}
-
-package_podman() {
- optdepends=('podman-docker: for Docker-compatible CLI')
-
- cd libpod
- make install install.completions install.config DESTDIR="$pkgdir" PREFIX=/usr
-}
-
-package_podman-docker() {
- pkgdesc='Emulate Docker CLI using podman'
- depends=(podman)
- conflicts=(docker)
-
- cd libpod
- make install.docker DESTDIR="$pkgdir" PREFIX=/usr
-}
Copied: podman/repos/community-x86_64/PKGBUILD (from rev 615362, podman/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-16 20:38:28 UTC (rev 615363)
@@ -0,0 +1,51 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgbase=podman
+pkgname=(podman podman-docker)
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='Tool and library for running OCI-based containers in pods'
+arch=(x86_64)
+url='https://github.com/containers/libpod'
+license=(Apache)
+depends=(cni-plugins conmon device-mapper iptables libseccomp runc
+ slirp4netns libsystemd fuse-overlayfs skopeo)
+makedepends=(go go-md2man git btrfs-progs)
+optdepends=('catatonit: --init flag support'
+ 'crun: support for unified cgroupsv2'
+ 'btrfs-progs: support btrfs backend devices')
+source=("git+$url#tag=v$pkgver?signed")
+validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
+sha256sums=('SKIP')
+
+pkgver() {
+ cd libpod
+ git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+ export BUILDTAGS='seccomp varlink systemd'
+ export CGO_CFLAGS="$CLDFLAGS"
+ export CGO_LDFLAGS="$LDFLAGS"
+ export GOFLAGS="-buildmode=pie -trimpath"
+
+ cd libpod
+ make
+}
+
+package_podman() {
+ optdepends=('podman-docker: for Docker-compatible CLI')
+
+ cd libpod
+ make install install.completions install.config DESTDIR="$pkgdir" PREFIX=/usr
+}
+
+package_podman-docker() {
+ pkgdesc='Emulate Docker CLI using podman'
+ depends=(podman)
+ conflicts=(docker)
+
+ cd libpod
+ make install.docker DESTDIR="$pkgdir" PREFIX=/usr
+}
More information about the arch-commits
mailing list