[arch-commits] Commit in podman-dnsname/repos/community-x86_64 (PKGBUILD PKGBUILD)

Morten Linderud foxboron at gemini.archlinux.org
Sun May 8 19:35:17 UTC 2022


    Date: Sunday, May 8, 2022 @ 19:35:17
  Author: foxboron
Revision: 1196278

archrelease: copy trunk to community-x86_64

Added:
  podman-dnsname/repos/community-x86_64/PKGBUILD
    (from rev 1196277, podman-dnsname/trunk/PKGBUILD)
Deleted:
  podman-dnsname/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   85 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-08 19:35:10 UTC (rev 1196277)
+++ PKGBUILD	2022-05-08 19:35:17 UTC (rev 1196278)
@@ -1,42 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=podman-dnsname
-_pkgname=dnsname
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="name resolution for containers"
-arch=("x86_64")
-url="https://github.com/containers/dnsname"
-license=("APACHE")
-makedepends=("git" "go")
-depends=("dnsmasq")
-_commit=18822f9a4fb35d1349eb256f4cd2bfd372474d84	#refs/tags/v1.3.1^{}
-source=("git+${url}.git#commit=${_commit}")
-validpgpkeys=("B7DBDCA456F7335E91F1C25CD3624C551D0515C4")
-sha256sums=('SKIP')
-
-pkgver() {
-    cd ${_pkgname}
-    git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd "${_pkgname}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath -mod=readonly -modcacherw"
-  make
-}
-
-# check() {
-#   cd "${_pkgname}"
-#   go test ./...
-# }
-
-package() {
-  cd "${_pkgname}"
-  make PREFIX="/usr" LIBEXECDIR="/usr/lib/cni" DESTDIR="${pkgdir}" install
-  install -vDm 755 "$pkgdir/usr/lib/cni/dnsname" -t "$pkgdir/opt/cni/bin/"
-}

Copied: podman-dnsname/repos/community-x86_64/PKGBUILD (from rev 1196277, podman-dnsname/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-08 19:35:17 UTC (rev 1196278)
@@ -0,0 +1,43 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=podman-dnsname
+_pkgname=dnsname
+pkgver=1.3.1
+pkgrel=2
+pkgdesc="name resolution for containers"
+arch=("x86_64")
+url="https://github.com/containers/dnsname"
+license=("APACHE")
+makedepends=("git" "go")
+depends=("dnsmasq")
+options=(!lto)
+_commit=18822f9a4fb35d1349eb256f4cd2bfd372474d84	#refs/tags/v1.3.1^{}
+source=("git+${url}.git#commit=${_commit}")
+validpgpkeys=("B7DBDCA456F7335E91F1C25CD3624C551D0515C4")
+sha256sums=('SKIP')
+
+pkgver() {
+    cd ${_pkgname}
+    git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd "${_pkgname}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath -mod=readonly -modcacherw"
+  make
+}
+
+# check() {
+#   cd "${_pkgname}"
+#   go test ./...
+# }
+
+package() {
+  cd "${_pkgname}"
+  make PREFIX="/usr" LIBEXECDIR="/usr/lib/cni" DESTDIR="${pkgdir}" install
+  install -vDm 755 "$pkgdir/usr/lib/cni/dnsname" -t "$pkgdir/opt/cni/bin/"
+}



More information about the arch-commits mailing list