[arch-commits] Commit in cni-plugins/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Wed Aug 26 20:20:21 UTC 2020
Date: Wednesday, August 26, 2020 @ 20:20:21
Author: foxboron
Revision: 689129
archrelease: copy trunk to community-x86_64
Added:
cni-plugins/repos/community-x86_64/PKGBUILD
(from rev 689128, cni-plugins/trunk/PKGBUILD)
Deleted:
cni-plugins/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-26 20:20:13 UTC (rev 689128)
+++ PKGBUILD 2020-08-26 20:20:21 UTC (rev 689129)
@@ -1,32 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=cni-plugins
-pkgver=0.8.6
-pkgrel=1
-pkgdesc='Some standard networking plugins, maintained by the CNI team'
-arch=(x86_64)
-url="https://github.com/containernetworking/plugins"
-license=(Apache)
-depends=(glibc)
-makedepends=(go)
-source=($pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz)
-sha512sums=('8815de8b375c737c3a1951b0a7ef5786209fdcf723aa1bc7c2dab7e1bbdee4933a7237f41bdee4208828b457bc79ec69ff68db060c52bab13863f42b042480c8')
-
-build() {
- cd plugins-$pkgver
- export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
- export CGO_LDFLAGS="${LDFLAGS}"
- export CGO_CFLAGS="${CFLAGS}"
- export CGO_CPPFLAGS="${CPPFLAGS}"
- export CGO_CXXFLAGS="${CXXFLAGS}"
- ./build_linux.sh
-}
-
-package() {
- cd plugins-$pkgver/bin
- for bin in *; do
- install -Dm755 $bin "$pkgdir/usr/lib/cni/$bin"
- done
- install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: cni-plugins/repos/community-x86_64/PKGBUILD (from rev 689128, cni-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-26 20:20:21 UTC (rev 689129)
@@ -0,0 +1,32 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=cni-plugins
+pkgver=0.8.7
+pkgrel=1
+pkgdesc='Some standard networking plugins, maintained by the CNI team'
+arch=(x86_64)
+url="https://github.com/containernetworking/plugins"
+license=(Apache)
+depends=(glibc)
+makedepends=(go)
+source=($pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz)
+sha512sums=('1b11b080b1f54a8a792b1048573d7d882603b76929f0c9343eeb2e010f97700c0deea4489faeb493a1aeac12557b6847b26784c378d0430c47de6bdaca6aa70f')
+
+build() {
+ cd plugins-$pkgver
+ export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+ export CGO_LDFLAGS="${LDFLAGS}"
+ export CGO_CFLAGS="${CFLAGS}"
+ export CGO_CPPFLAGS="${CPPFLAGS}"
+ export CGO_CXXFLAGS="${CXXFLAGS}"
+ ./build_linux.sh
+}
+
+package() {
+ cd plugins-$pkgver/bin
+ for bin in *; do
+ install -Dm755 $bin "$pkgdir/usr/lib/cni/$bin"
+ done
+ install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list