[arch-commits] Commit in buildah/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Wed May 13 19:22:22 UTC 2020
Date: Wednesday, May 13, 2020 @ 19:22:21
Author: foxboron
Revision: 627754
archrelease: copy trunk to community-x86_64
Added:
buildah/repos/community-x86_64/PKGBUILD
(from rev 627753, buildah/trunk/PKGBUILD)
Deleted:
buildah/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 37 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-13 19:22:12 UTC (rev 627753)
+++ PKGBUILD 2020-05-13 19:22:21 UTC (rev 627754)
@@ -1,35 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=buildah
-pkgver=1.14.8
-pkgrel=1
-pkgdesc="A tool which facilitates building OCI images"
-arch=(x86_64)
-url="https://github.com/containers/buildah"
-license=(Apache)
-depends=(runc skopeo slirp4netns)
-makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan
- bzip2 go-md2man runc skopeo)
-_commit=155ce56a2cd2d5608cf43c998f1728af5e7a499b # tags/v1.14.8
-source=(git+https://github.com/containers/buildah.git#commit=$_commit)
-md5sums=('SKIP')
-
-pkgver() {
- cd buildah
- git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
-
-build() {
- cd $pkgname
- export GOFLAGS="-trimpath"
- export CGO_LDFLAGS="$LDFLAGS"
- make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" PREFIX=usr install
- make DESTDIR="$pkgdir" PREFIX=usr install.completions
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: buildah/repos/community-x86_64/PKGBUILD (from rev 627753, buildah/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-13 19:22:21 UTC (rev 627754)
@@ -0,0 +1,37 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=buildah
+pkgver=1.14.9
+pkgrel=1
+pkgdesc="A tool which facilitates building OCI images"
+arch=(x86_64)
+url="https://github.com/containers/buildah"
+license=(Apache)
+depends=(runc skopeo slirp4netns)
+makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
+ bzip2 go-md2man runc skopeo)
+_commit=f3e0e16690ac1370953bb76516053acf399776a4 # tags/v1.14.9
+source=(git+https://github.com/containers/buildah.git#commit=$_commit)
+md5sums=('SKIP')
+
+pkgver() {
+ cd buildah
+ git describe --tags | sed 's/^[vV]//;s/-/+/g'
+}
+
+build() {
+ cd $pkgname
+ export GOFLAGS="-buildmode=pie -trimpath"
+ export CGO_LDFLAGS="${LDFLAGS}"
+ export CGO_CFLAGS="${CFLAGS}"
+ export CGO_CPPFLAGS="${CPPFLAGS}"
+ export CGO_CXXFLAGS="${CXXFLAGS}"
+ make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" PREFIX=usr install install.completions
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list