[arch-commits] Commit in podman/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Fri Oct 4 12:39:43 UTC 2019
Date: Friday, October 4, 2019 @ 12:39:43
Author: bpiotrowski
Revision: 512723
archrelease: copy trunk to community-x86_64
Added:
podman/repos/community-x86_64/PKGBUILD
(from rev 512722, podman/trunk/PKGBUILD)
Deleted:
podman/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-04 12:38:43 UTC (rev 512722)
+++ PKGBUILD 2019-10-04 12:39:43 UTC (rev 512723)
@@ -1,46 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgbase=podman
-pkgname=(podman podman-docker)
-pkgver=1.6.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 ostree runc skopeo
- btrfs-progs slirp4netns libsystemd)
-makedepends=(go-pie go-md2man git)
-source=(libpod-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz)
-sha256sums=('bc58ae9018be53a477f1cc86596d919c137a4e6774834cc830010d3c27602033')
-
-prepare(){
- cd libpod-$pkgver
- sed -i '/^LDFLAGS_PODMAN ?=/s/$(LDFLAGS)//' Makefile
-}
-
-build() {
- export GOPATH="$srcdir"
- export BUILDTAGS='seccomp ostree varlink containers_image_ostree_stub systemd'
- export CGO_LDFLAGS=$LDFLAGS
- export GOFLAGS="-trimpath"
-
- cd libpod-$pkgver
- make
-}
-
-package_podman() {
- optdepends=('podman-docker: for Docker-compatible CLI')
-
- cd libpod-$pkgver
- 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-$pkgver
- make install.docker DESTDIR="$pkgdir" PREFIX=/usr
-}
Copied: podman/repos/community-x86_64/PKGBUILD (from rev 512722, podman/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-04 12:39:43 UTC (rev 512723)
@@ -0,0 +1,46 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgbase=podman
+pkgname=(podman podman-docker)
+pkgver=1.6.1
+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 ostree runc skopeo
+ btrfs-progs slirp4netns libsystemd)
+makedepends=(go-pie go-md2man git)
+source=(libpod-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz)
+sha256sums=('4593916eabbc83f978f0e668fbaa64dd44b8cacc85c6e2ab66c2d782af50dec9')
+
+prepare(){
+ cd libpod-$pkgver
+ sed -i '/^LDFLAGS_PODMAN ?=/s/$(LDFLAGS)//' Makefile
+}
+
+build() {
+ export GOPATH="$srcdir"
+ export BUILDTAGS='seccomp ostree varlink containers_image_ostree_stub systemd'
+ export CGO_LDFLAGS=$LDFLAGS
+ export GOFLAGS="-trimpath"
+
+ cd libpod-$pkgver
+ make
+}
+
+package_podman() {
+ optdepends=('podman-docker: for Docker-compatible CLI')
+
+ cd libpod-$pkgver
+ 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-$pkgver
+ make install.docker DESTDIR="$pkgdir" PREFIX=/usr
+}
More information about the arch-commits
mailing list