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

Morten Linderud foxboron at archlinux.org
Sat Apr 17 21:10:35 UTC 2021


    Date: Saturday, April 17, 2021 @ 21:10:35
  Author: foxboron
Revision: 919830

archrelease: copy trunk to community-x86_64

Added:
  bashbrew/repos/community-x86_64/PKGBUILD
    (from rev 919829, bashbrew/trunk/PKGBUILD)
Deleted:
  bashbrew/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 21:10:22 UTC (rev 919829)
+++ PKGBUILD	2021-04-17 21:10:35 UTC (rev 919830)
@@ -1,34 +0,0 @@
-# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
-
-pkgname=bashbrew
-pkgver=0.1.1
-pkgrel=1
-pkgdesc="Canonical build tool for Docker official images"
-arch=('x86_64')
-url="https://github.com/docker-library/bashbrew/"
-license=('Apache')
-depends=('docker' 'git')
-makedepends=('go' 'git')
-checkdepends=()
-source=("git+https://github.com/docker-library/bashbrew?tag=${pkgver}")
-sha256sums=('SKIP')
-
-build() {
-    cd "${pkgname}"
-    export CGO_LDFLAGS="${LDFLAGS}"
-    export CGO_CFLAGS="${CFLAGS}"
-    export CGO_CPPFLAGS="${CPPFLAGS}"
-    export CGO_CXXFLAGS="${CXXFLAGS}"
-    export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
-    go build -o "${pkgname}" ./...
-}
-
-check() {
-	cd "${pkgname}"
-    go test ./...
-}
-
-package() {
-    cd "${pkgname}"
-    install -m755 -Dt "${pkgdir}/usr/bin/" "${pkgname}"
-}

Copied: bashbrew/repos/community-x86_64/PKGBUILD (from rev 919829, bashbrew/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-17 21:10:35 UTC (rev 919830)
@@ -0,0 +1,34 @@
+# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
+
+pkgname=bashbrew
+pkgver=0.1.1
+pkgrel=2
+pkgdesc="Canonical build tool for Docker official images"
+arch=('x86_64')
+url="https://github.com/docker-library/bashbrew/"
+license=('Apache')
+depends=('docker' 'git')
+makedepends=('go' 'git')
+checkdepends=()
+source=("git+https://github.com/docker-library/bashbrew?tag=${pkgver}")
+sha256sums=('SKIP')
+
+build() {
+    cd "${pkgname}"
+    export CGO_LDFLAGS="${LDFLAGS}"
+    export CGO_CFLAGS="${CFLAGS}"
+    export CGO_CPPFLAGS="${CPPFLAGS}"
+    export CGO_CXXFLAGS="${CXXFLAGS}"
+    export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
+    go build -o "${pkgname}" ./cmd/...
+}
+
+check() {
+    cd "${pkgname}"
+    go test ./...
+}
+
+package() {
+    cd "${pkgname}"
+    install -m755 -Dt "${pkgdir}/usr/bin/" "${pkgname}"
+}



More information about the arch-commits mailing list