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

2020-12-20 Thread Christian Rebischke via arch-commits
Date: Sunday, December 20, 2020 @ 22:07:23
  Author: shibumi
Revision: 780799

archrelease: copy trunk to community-x86_64

Added:
  shfmt/repos/community-x86_64/PKGBUILD
(from rev 780798, shfmt/trunk/PKGBUILD)
Deleted:
  shfmt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-20 22:07:18 UTC (rev 780798)
+++ PKGBUILD2020-12-20 22:07:23 UTC (rev 780799)
@@ -1,35 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Daniel Martí 
-
-pkgname=shfmt
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="Format shell programs"
-url="https://github.com/mvdan/sh;
-license=('BSD')
-arch=('x86_64')
-makedepends=('git' 'go-pie')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
-sha512sums=('2f019fea811a1a8e995b8fb2ae77ea4f52c0ff82f3b049f22730b5aba8f7a580cf046cb93bc77805edbc6b9b7c1ab81cdc800bc3068be5631dd947849770')
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
-  go build .
-}
-
-check() {
-  cd "${srcdir}/sh-${pkgver}/"
-  go test ./...
-
-}
-
-package() {
-  cd "${srcdir}/sh-${pkgver}/"
-  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: shfmt/repos/community-x86_64/PKGBUILD (from rev 780798, 
shfmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-20 22:07:23 UTC (rev 780799)
@@ -0,0 +1,35 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Daniel Martí 
+
+pkgname=shfmt
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Format shell programs"
+url="https://github.com/mvdan/sh;
+license=('BSD')
+arch=('x86_64')
+makedepends=('git' 'go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
+sha512sums=('dcc8d256a3220d4216291c929bc462a910ffb43f28f9e89777138d1df5c40f8d6ba017341f73b955950c4ba3f39da5902459985ad02cdb938b9a9f44ad1c3147')
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
+  go build .
+}
+
+check() {
+  cd "${srcdir}/sh-${pkgver}/"
+  go test ./...
+
+}
+
+package() {
+  cd "${srcdir}/sh-${pkgver}/"
+  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-11-21 Thread Christian Rebischke via arch-commits
Date: Saturday, November 21, 2020 @ 18:18:03
  Author: shibumi
Revision: 758515

archrelease: copy trunk to community-x86_64

Added:
  shfmt/repos/community-x86_64/PKGBUILD
(from rev 758514, shfmt/trunk/PKGBUILD)
Deleted:
  shfmt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-21 18:17:55 UTC (rev 758514)
+++ PKGBUILD2020-11-21 18:18:03 UTC (rev 758515)
@@ -1,35 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Daniel Martí 
-
-pkgname=shfmt
-pkgver=3.1.2
-pkgrel=1
-pkgdesc="Format shell programs"
-url="https://github.com/mvdan/sh;
-license=('BSD')
-arch=('x86_64')
-makedepends=('git' 'go-pie')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
-sha512sums=('6e367a7a05c5e18d6de7f822ef181443b22d05f94a5fe5a0cf4759bc1e4a07dfac0e2704eb3025868e0f44c0e04a9cbd28dfe5a977381b2ba6fe274ac97ef29a')
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
-  go build .
-}
-
-check() {
-  cd "${srcdir}/sh-${pkgver}/"
-  go test ./...
-
-}
-
-package() {
-  cd "${srcdir}/sh-${pkgver}/"
-  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: shfmt/repos/community-x86_64/PKGBUILD (from rev 758514, 
shfmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-21 18:18:03 UTC (rev 758515)
@@ -0,0 +1,35 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Daniel Martí 
+
+pkgname=shfmt
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Format shell programs"
+url="https://github.com/mvdan/sh;
+license=('BSD')
+arch=('x86_64')
+makedepends=('git' 'go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
+sha512sums=('2f019fea811a1a8e995b8fb2ae77ea4f52c0ff82f3b049f22730b5aba8f7a580cf046cb93bc77805edbc6b9b7c1ab81cdc800bc3068be5631dd947849770')
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
+  go build .
+}
+
+check() {
+  cd "${srcdir}/sh-${pkgver}/"
+  go test ./...
+
+}
+
+package() {
+  cd "${srcdir}/sh-${pkgver}/"
+  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-06-27 Thread Christian Rebischke via arch-commits
Date: Saturday, June 27, 2020 @ 16:01:47
  Author: shibumi
Revision: 654961

archrelease: copy trunk to community-x86_64

Added:
  shfmt/repos/community-x86_64/PKGBUILD
(from rev 654960, shfmt/trunk/PKGBUILD)
Deleted:
  shfmt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   65 -
 1 file changed, 35 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-27 16:01:40 UTC (rev 654960)
+++ PKGBUILD2020-06-27 16:01:47 UTC (rev 654961)
@@ -1,30 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Daniel Martí 
-
-pkgname=shfmt
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="Format shell programs"
-url="https://github.com/mvdan/sh;
-license=('BSD')
-arch=('x86_64')
-makedepends=('git' 'go-pie')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
-sha512sums=('3cfca494b1c3d87b7b5cf6435909637ee6e15147fe35a1f628a1c9f127c884efa4aae9e2e1dec989ff6a32cbad08cea925c6c427f9fe7ebe4126d1ea747c')
-
-build() {
-  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
-  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" .
-}
-
-check() {
-  cd "${srcdir}/sh-${pkgver}/"
-  go test ./...
-
-}
-
-package() {
-  cd "${srcdir}/sh-${pkgver}/"
-  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: shfmt/repos/community-x86_64/PKGBUILD (from rev 654960, 
shfmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-27 16:01:47 UTC (rev 654961)
@@ -0,0 +1,35 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Daniel Martí 
+
+pkgname=shfmt
+pkgver=3.1.2
+pkgrel=1
+pkgdesc="Format shell programs"
+url="https://github.com/mvdan/sh;
+license=('BSD')
+arch=('x86_64')
+makedepends=('git' 'go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
+sha512sums=('6e367a7a05c5e18d6de7f822ef181443b22d05f94a5fe5a0cf4759bc1e4a07dfac0e2704eb3025868e0f44c0e04a9cbd28dfe5a977381b2ba6fe274ac97ef29a')
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
+  go build .
+}
+
+check() {
+  cd "${srcdir}/sh-${pkgver}/"
+  go test ./...
+
+}
+
+package() {
+  cd "${srcdir}/sh-${pkgver}/"
+  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-05-07 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:21:35
  Author: felixonmars
Revision: 625284

archrelease: copy trunk to community-x86_64

Added:
  shfmt/repos/community-x86_64/PKGBUILD
(from rev 625283, shfmt/trunk/PKGBUILD)
Deleted:
  shfmt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 06:21:19 UTC (rev 625283)
+++ PKGBUILD2020-05-07 06:21:35 UTC (rev 625284)
@@ -1,30 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Daniel Martí 
-
-pkgname=shfmt
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="Format shell programs"
-url="https://github.com/mvdan/sh;
-license=('BSD')
-arch=('x86_64')
-makedepends=('git' 'go-pie')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
-sha512sums=('ff6aed85f8b6959ea34a5029a584f5f1083ca9e09eca4c571a10dda05a65109a2307fd80564a1ddf28fee4668986c407dfbed4fa361f8325399c2a3ae917')
-
-build() {
-  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
-  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" .
-}
-
-check() {
-  cd "${srcdir}/sh-${pkgver}/"
-  go test ./...
-
-}
-
-package() {
-  cd "${srcdir}/sh-${pkgver}/"
-  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: shfmt/repos/community-x86_64/PKGBUILD (from rev 625283, 
shfmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 06:21:35 UTC (rev 625284)
@@ -0,0 +1,30 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Daniel Martí 
+
+pkgname=shfmt
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="Format shell programs"
+url="https://github.com/mvdan/sh;
+license=('BSD')
+arch=('x86_64')
+makedepends=('git' 'go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
+sha512sums=('3cfca494b1c3d87b7b5cf6435909637ee6e15147fe35a1f628a1c9f127c884efa4aae9e2e1dec989ff6a32cbad08cea925c6c427f9fe7ebe4126d1ea747c')
+
+build() {
+  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
+  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" .
+}
+
+check() {
+  cd "${srcdir}/sh-${pkgver}/"
+  go test ./...
+
+}
+
+package() {
+  cd "${srcdir}/sh-${pkgver}/"
+  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-04-19 Thread Christian Rebischke via arch-commits
Date: Sunday, April 19, 2020 @ 14:11:10
  Author: shibumi
Revision: 616486

archrelease: copy trunk to community-x86_64

Added:
  shfmt/repos/community-x86_64/PKGBUILD
(from rev 616485, shfmt/trunk/PKGBUILD)
Deleted:
  shfmt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 ++
 1 file changed, 30 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-19 14:11:03 UTC (rev 616485)
+++ PKGBUILD2020-04-19 14:11:10 UTC (rev 616486)
@@ -1,24 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Daniel Martí 
-
-pkgname=shfmt
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="Format shell programs"
-url="https://github.com/mvdan/sh;
-license=('BSD')
-arch=('x86_64')
-makedepends=('git' 'go-pie')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
-sha512sums=('1f513b4629a472a08c4dbc5d788b4cd619197e27a5814de0ac8863629ed5598a715b7106a59fda2c64725c4f896a2c0889c1522b92324d0c1cfc80596d237fd4')
-
-build() {
-  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
-  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" .
-}
-
-package() {
-  cd "${srcdir}/sh-${pkgver}/"
-  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: shfmt/repos/community-x86_64/PKGBUILD (from rev 616485, 
shfmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-19 14:11:10 UTC (rev 616486)
@@ -0,0 +1,30 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Daniel Martí 
+
+pkgname=shfmt
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Format shell programs"
+url="https://github.com/mvdan/sh;
+license=('BSD')
+arch=('x86_64')
+makedepends=('git' 'go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
+sha512sums=('ff6aed85f8b6959ea34a5029a584f5f1083ca9e09eca4c571a10dda05a65109a2307fd80564a1ddf28fee4668986c407dfbed4fa361f8325399c2a3ae917')
+
+build() {
+  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
+  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" .
+}
+
+check() {
+  cd "${srcdir}/sh-${pkgver}/"
+  go test ./...
+
+}
+
+package() {
+  cd "${srcdir}/sh-${pkgver}/"
+  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-02-26 Thread Christian Rebischke via arch-commits
Date: Wednesday, February 26, 2020 @ 21:47:24
  Author: shibumi
Revision: 583335

archrelease: copy trunk to community-x86_64

Added:
  shfmt/repos/community-x86_64/PKGBUILD
(from rev 583334, shfmt/trunk/PKGBUILD)
Deleted:
  shfmt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-26 21:47:16 UTC (rev 583334)
+++ PKGBUILD2020-02-26 21:47:24 UTC (rev 583335)
@@ -1,24 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Daniel Martí 
-
-pkgname=shfmt
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="Format shell programs"
-url="https://github.com/mvdan/sh;
-license=('BSD')
-arch=('x86_64')
-makedepends=('git' 'go-pie')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
-sha512sums=('751a79c0e0da298613c135be1142a0ea34973467bb7db340ec756f4bd97daf09af459d97f43911804e19b2643b9ee78c607544bca7b8561d75acb374d2f533cf')
-
-build() {
-  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
-  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" .
-}
-
-package() {
-  cd "${srcdir}/sh-${pkgver}/"
-  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: shfmt/repos/community-x86_64/PKGBUILD (from rev 583334, 
shfmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-26 21:47:24 UTC (rev 583335)
@@ -0,0 +1,24 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Daniel Martí 
+
+pkgname=shfmt
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="Format shell programs"
+url="https://github.com/mvdan/sh;
+license=('BSD')
+arch=('x86_64')
+makedepends=('git' 'go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
+sha512sums=('1f513b4629a472a08c4dbc5d788b4cd619197e27a5814de0ac8863629ed5598a715b7106a59fda2c64725c4f896a2c0889c1522b92324d0c1cfc80596d237fd4')
+
+build() {
+  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
+  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" .
+}
+
+package() {
+  cd "${srcdir}/sh-${pkgver}/"
+  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-01-18 Thread Christian Rebischke via arch-commits
Date: Saturday, January 18, 2020 @ 10:16:28
  Author: shibumi
Revision: 552966

archrelease: copy trunk to community-x86_64

Added:
  shfmt/repos/community-x86_64/PKGBUILD
(from rev 552965, shfmt/trunk/PKGBUILD)
Deleted:
  shfmt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 10:16:20 UTC (rev 552965)
+++ PKGBUILD2020-01-18 10:16:28 UTC (rev 552966)
@@ -1,24 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Daniel Martí 
-
-pkgname=shfmt
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Format shell programs"
-url="https://github.com/mvdan/sh;
-license=('BSD')
-arch=('x86_64')
-makedepends=('git' 'go-pie')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
-sha512sums=('aa423656346de9df5ea2bf9d6e1ab89e23b36c70902346157d95435799c3f970bdf8d079927286289fed387c0bc553dd5496e4a5e46292e16ac38d753a678ea5')
-
-build() {
-  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
-  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" .
-}
-
-package() {
-  cd "${srcdir}/sh-${pkgver}/"
-  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: shfmt/repos/community-x86_64/PKGBUILD (from rev 552965, 
shfmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 10:16:28 UTC (rev 552966)
@@ -0,0 +1,24 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Daniel Martí 
+
+pkgname=shfmt
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Format shell programs"
+url="https://github.com/mvdan/sh;
+license=('BSD')
+arch=('x86_64')
+makedepends=('git' 'go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
+sha512sums=('751a79c0e0da298613c135be1142a0ea34973467bb7db340ec756f4bd97daf09af459d97f43911804e19b2643b9ee78c607544bca7b8561d75acb374d2f533cf')
+
+build() {
+  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
+  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" .
+}
+
+package() {
+  cd "${srcdir}/sh-${pkgver}/"
+  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-12-22 Thread Christian Rebischke via arch-commits
Date: Sunday, December 22, 2019 @ 18:05:56
  Author: shibumi
Revision: 538869

archrelease: copy trunk to community-x86_64

Added:
  shfmt/repos/community-x86_64/PKGBUILD
(from rev 538868, shfmt/trunk/PKGBUILD)
Deleted:
  shfmt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   57 -
 1 file changed, 24 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 18:05:50 UTC (rev 538868)
+++ PKGBUILD2019-12-22 18:05:56 UTC (rev 538869)
@@ -1,33 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Daniel Martí 
-
-pkgname=shfmt
-_pkg=sh
-_name="${pkgname}"
-pkgver=2.6.4
-pkgrel=2
-pkgdesc="Format shell programs"
-url="https://github.com/mvdan/${_pkg};
-license=('BSD')
-arch=('x86_64')
-makedepends=('git' 'go-pie')
-_sh_commit='6ae84988520ab9ea8ad7b2cc327f2261a30e7abf'
-source=("git+${url}#commit=${_sh_commit}")
-sha512sums=('SKIP')
-
-prepare() {
-   cd "${srcdir}"
-   mkdir -p "src/mvdan.cc"
-   mv "${_pkg}" "src/mvdan.cc/${_pkg}"
-}
-
-build() {
-   cd "${srcdir}/src/mvdan.cc/${_pkg}/cmd/${_name}"
-   GOPATH="${srcdir}" go build -ldflags='-s -w'
-}
-
-package() {
-   cd "${srcdir}/src/mvdan.cc/${_pkg}"
-   install -Dm755 "cmd/${_name}/${_name}" "${pkgdir}/usr/bin/${_name}"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: shfmt/repos/community-x86_64/PKGBUILD (from rev 538868, 
shfmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 18:05:56 UTC (rev 538869)
@@ -0,0 +1,24 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Daniel Martí 
+
+pkgname=shfmt
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Format shell programs"
+url="https://github.com/mvdan/sh;
+license=('BSD')
+arch=('x86_64')
+makedepends=('git' 'go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
+sha512sums=('aa423656346de9df5ea2bf9d6e1ab89e23b36c70902346157d95435799c3f970bdf8d079927286289fed387c0bc553dd5496e4a5e46292e16ac38d753a678ea5')
+
+build() {
+  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
+  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" .
+}
+
+package() {
+  cd "${srcdir}/sh-${pkgver}/"
+  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-08-15 Thread Felix Yan via arch-commits
Date: Friday, August 16, 2019 @ 04:52:38
  Author: felixonmars
Revision: 499693

archrelease: copy trunk to community-x86_64

Added:
  shfmt/repos/community-x86_64/PKGBUILD
(from rev 499692, shfmt/trunk/PKGBUILD)
Deleted:
  shfmt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-16 04:52:28 UTC (rev 499692)
+++ PKGBUILD2019-08-16 04:52:38 UTC (rev 499693)
@@ -1,33 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Daniel Martí 
-
-pkgname=shfmt
-_pkg=sh
-_name="${pkgname}"
-pkgver=2.6.4
-pkgrel=1
-pkgdesc="Format shell programs"
-url="https://github.com/mvdan/${_pkg};
-license=('BSD')
-arch=('x86_64')
-makedepends=('git' 'go-pie')
-_sh_commit='6ae84988520ab9ea8ad7b2cc327f2261a30e7abf'
-source=("git+${url}#commit=${_sh_commit}")
-sha512sums=('SKIP')
-
-prepare() {
-   cd "${srcdir}"
-   mkdir -p "src/mvdan.cc"
-   mv "${_pkg}" "src/mvdan.cc/${_pkg}"
-}
-
-build() {
-   cd "${srcdir}/src/mvdan.cc/${_pkg}/cmd/${_name}"
-   GOPATH="${srcdir}" go build -ldflags='-s -w'
-}
-
-package() {
-   cd "${srcdir}/src/mvdan.cc/${_pkg}"
-   install -Dm755 "cmd/${_name}/${_name}" "${pkgdir}/usr/bin/${_name}"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: shfmt/repos/community-x86_64/PKGBUILD (from rev 499692, 
shfmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-16 04:52:38 UTC (rev 499693)
@@ -0,0 +1,33 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Daniel Martí 
+
+pkgname=shfmt
+_pkg=sh
+_name="${pkgname}"
+pkgver=2.6.4
+pkgrel=2
+pkgdesc="Format shell programs"
+url="https://github.com/mvdan/${_pkg};
+license=('BSD')
+arch=('x86_64')
+makedepends=('git' 'go-pie')
+_sh_commit='6ae84988520ab9ea8ad7b2cc327f2261a30e7abf'
+source=("git+${url}#commit=${_sh_commit}")
+sha512sums=('SKIP')
+
+prepare() {
+   cd "${srcdir}"
+   mkdir -p "src/mvdan.cc"
+   mv "${_pkg}" "src/mvdan.cc/${_pkg}"
+}
+
+build() {
+   cd "${srcdir}/src/mvdan.cc/${_pkg}/cmd/${_name}"
+   GOPATH="${srcdir}" go build -ldflags='-s -w'
+}
+
+package() {
+   cd "${srcdir}/src/mvdan.cc/${_pkg}"
+   install -Dm755 "cmd/${_name}/${_name}" "${pkgdir}/usr/bin/${_name}"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-03-13 Thread Christian Rebischke via arch-commits
Date: Wednesday, March 13, 2019 @ 22:12:26
  Author: shibumi
Revision: 440938

archrelease: copy trunk to community-x86_64

Added:
  shfmt/repos/community-x86_64/PKGBUILD
(from rev 440937, shfmt/trunk/PKGBUILD)
Deleted:
  shfmt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-13 22:12:17 UTC (rev 440937)
+++ PKGBUILD2019-03-13 22:12:26 UTC (rev 440938)
@@ -1,33 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Daniel Martí 
-
-pkgname=shfmt
-_pkg=sh
-_name="${pkgname}"
-pkgver=2.6.3
-pkgrel=1
-pkgdesc="Format shell programs"
-url="https://github.com/mvdan/${_pkg};
-license=('BSD')
-arch=('x86_64')
-makedepends=('git' 'go-pie')
-_sh_commit='fcaf7bfab30a9518c3d36e256311cc3862632ff9'
-source=("git+${url}#commit=${_sh_commit}")
-sha512sums=('SKIP')
-
-prepare() {
-   cd "${srcdir}"
-   mkdir -p "src/mvdan.cc"
-   mv "${_pkg}" "src/mvdan.cc/${_pkg}"
-}
-
-build() {
-   cd "${srcdir}/src/mvdan.cc/${_pkg}/cmd/${_name}"
-   GOPATH="${srcdir}" go build -ldflags='-s -w'
-}
-
-package() {
-   cd "${srcdir}/src/mvdan.cc/${_pkg}"
-   install -Dm755 "cmd/${_name}/${_name}" "${pkgdir}/usr/bin/${_name}"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: shfmt/repos/community-x86_64/PKGBUILD (from rev 440937, 
shfmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-13 22:12:26 UTC (rev 440938)
@@ -0,0 +1,33 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Daniel Martí 
+
+pkgname=shfmt
+_pkg=sh
+_name="${pkgname}"
+pkgver=2.6.4
+pkgrel=1
+pkgdesc="Format shell programs"
+url="https://github.com/mvdan/${_pkg};
+license=('BSD')
+arch=('x86_64')
+makedepends=('git' 'go-pie')
+_sh_commit='6ae84988520ab9ea8ad7b2cc327f2261a30e7abf'
+source=("git+${url}#commit=${_sh_commit}")
+sha512sums=('SKIP')
+
+prepare() {
+   cd "${srcdir}"
+   mkdir -p "src/mvdan.cc"
+   mv "${_pkg}" "src/mvdan.cc/${_pkg}"
+}
+
+build() {
+   cd "${srcdir}/src/mvdan.cc/${_pkg}/cmd/${_name}"
+   GOPATH="${srcdir}" go build -ldflags='-s -w'
+}
+
+package() {
+   cd "${srcdir}/src/mvdan.cc/${_pkg}"
+   install -Dm755 "cmd/${_name}/${_name}" "${pkgdir}/usr/bin/${_name}"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-01-20 Thread Christian Rebischke via arch-commits
Date: Sunday, January 20, 2019 @ 13:54:08
  Author: shibumi
Revision: 425208

archrelease: copy trunk to community-x86_64

Added:
  shfmt/repos/community-x86_64/PKGBUILD
(from rev 425207, shfmt/trunk/PKGBUILD)
Deleted:
  shfmt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-20 13:54:00 UTC (rev 425207)
+++ PKGBUILD2019-01-20 13:54:08 UTC (rev 425208)
@@ -1,33 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Daniel Martí 
-
-pkgname=shfmt
-_pkg=sh
-_name="${pkgname}"
-pkgver=2.6.2
-pkgrel=1
-pkgdesc="Format shell programs"
-url="https://github.com/mvdan/${_pkg};
-license=('BSD')
-arch=('x86_64')
-makedepends=('git' 'go-pie')
-_sh_commit=7434b626f1731a87d421bdc72082f6dfbba33edc
-source=("git+${url}#commit=${_sh_commit}")
-sha512sums=('SKIP')
-
-prepare() {
-   cd "${srcdir}"
-   mkdir -p "src/mvdan.cc"
-   mv "${_pkg}" "src/mvdan.cc/${_pkg}"
-}
-
-build() {
-   cd "${srcdir}/src/mvdan.cc/${_pkg}/cmd/${_name}"
-   GOPATH="${srcdir}" go build -ldflags='-s -w'
-}
-
-package() {
-   cd "${srcdir}/src/mvdan.cc/${_pkg}"
-   install -Dm755 "cmd/${_name}/${_name}" "${pkgdir}/usr/bin/${_name}"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: shfmt/repos/community-x86_64/PKGBUILD (from rev 425207, 
shfmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-20 13:54:08 UTC (rev 425208)
@@ -0,0 +1,33 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Daniel Martí 
+
+pkgname=shfmt
+_pkg=sh
+_name="${pkgname}"
+pkgver=2.6.3
+pkgrel=1
+pkgdesc="Format shell programs"
+url="https://github.com/mvdan/${_pkg};
+license=('BSD')
+arch=('x86_64')
+makedepends=('git' 'go-pie')
+_sh_commit='fcaf7bfab30a9518c3d36e256311cc3862632ff9'
+source=("git+${url}#commit=${_sh_commit}")
+sha512sums=('SKIP')
+
+prepare() {
+   cd "${srcdir}"
+   mkdir -p "src/mvdan.cc"
+   mv "${_pkg}" "src/mvdan.cc/${_pkg}"
+}
+
+build() {
+   cd "${srcdir}/src/mvdan.cc/${_pkg}/cmd/${_name}"
+   GOPATH="${srcdir}" go build -ldflags='-s -w'
+}
+
+package() {
+   cd "${srcdir}/src/mvdan.cc/${_pkg}"
+   install -Dm755 "cmd/${_name}/${_name}" "${pkgdir}/usr/bin/${_name}"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-12-18 Thread Christian Rebischke via arch-commits
Date: Tuesday, December 18, 2018 @ 19:12:37
  Author: shibumi
Revision: 416691

archrelease: copy trunk to community-x86_64

Added:
  shfmt/repos/community-x86_64/PKGBUILD
(from rev 416690, shfmt/trunk/PKGBUILD)
Deleted:
  shfmt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-18 19:12:18 UTC (rev 416690)
+++ PKGBUILD2018-12-18 19:12:37 UTC (rev 416691)
@@ -1,33 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Daniel Martí 
-
-pkgname=shfmt
-_pkg=sh
-_name="${pkgname}"
-pkgver=2.6.1
-pkgrel=1
-pkgdesc="Format shell programs"
-url="https://github.com/mvdan/${_pkg};
-license=('BSD')
-arch=('x86_64')
-makedepends=('git' 'go-pie')
-_sh_commit=1542b554a384065efb284b358a205a247fb67d41
-source=("git+${url}#commit=${_sh_commit}")
-sha512sums=('SKIP')
-
-prepare() {
-   cd "${srcdir}"
-   mkdir -p "src/mvdan.cc"
-   mv "${_pkg}" "src/mvdan.cc/${_pkg}"
-}
-
-build() {
-   cd "${srcdir}/src/mvdan.cc/${_pkg}/cmd/${_name}"
-   GOPATH="${srcdir}" go build -ldflags='-s -w'
-}
-
-package() {
-   cd "${srcdir}/src/mvdan.cc/${_pkg}"
-   install -Dm755 "cmd/${_name}/${_name}" "${pkgdir}/usr/bin/${_name}"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: shfmt/repos/community-x86_64/PKGBUILD (from rev 416690, 
shfmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-18 19:12:37 UTC (rev 416691)
@@ -0,0 +1,33 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Daniel Martí 
+
+pkgname=shfmt
+_pkg=sh
+_name="${pkgname}"
+pkgver=2.6.2
+pkgrel=1
+pkgdesc="Format shell programs"
+url="https://github.com/mvdan/${_pkg};
+license=('BSD')
+arch=('x86_64')
+makedepends=('git' 'go-pie')
+_sh_commit=7434b626f1731a87d421bdc72082f6dfbba33edc
+source=("git+${url}#commit=${_sh_commit}")
+sha512sums=('SKIP')
+
+prepare() {
+   cd "${srcdir}"
+   mkdir -p "src/mvdan.cc"
+   mv "${_pkg}" "src/mvdan.cc/${_pkg}"
+}
+
+build() {
+   cd "${srcdir}/src/mvdan.cc/${_pkg}/cmd/${_name}"
+   GOPATH="${srcdir}" go build -ldflags='-s -w'
+}
+
+package() {
+   cd "${srcdir}/src/mvdan.cc/${_pkg}"
+   install -Dm755 "cmd/${_name}/${_name}" "${pkgdir}/usr/bin/${_name}"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-11-24 Thread Christian Rebischke via arch-commits
Date: Sunday, November 25, 2018 @ 00:44:09
  Author: shibumi
Revision: 409656

archrelease: copy trunk to community-x86_64

Added:
  shfmt/repos/community-x86_64/PKGBUILD
(from rev 409655, shfmt/trunk/PKGBUILD)
Deleted:
  shfmt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   65 ++---
 1 file changed, 33 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-25 00:44:02 UTC (rev 409655)
+++ PKGBUILD2018-11-25 00:44:09 UTC (rev 409656)
@@ -1,32 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Daniel Martí 
-
-pkgname=shfmt
-_pkg=sh
-_name="${pkgname}"
-pkgver=2.6.0
-pkgrel=2
-pkgdesc="Format shell programs"
-url="https://github.com/mvdan/${_pkg};
-license=('BSD')
-arch=('i686' 'x86_64')
-makedepends=('git' 'go-pie')
-source=("git+${url}#tag=v${pkgver}")
-sha512sums=('SKIP')
-
-prepare() {
-   cd "${srcdir}"
-   mkdir -p "src/mvdan.cc"
-   mv "${_pkg}" "src/mvdan.cc/${_pkg}"
-}
-
-build() {
-   cd "${srcdir}/src/mvdan.cc/${_pkg}/cmd/${_name}"
-   GOPATH="${srcdir}" go build -ldflags='-s -w'
-}
-
-package() {
-   cd "${srcdir}/src/mvdan.cc/${_pkg}"
-   install -Dm755 "cmd/${_name}/${_name}" "${pkgdir}/usr/bin/${_name}"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: shfmt/repos/community-x86_64/PKGBUILD (from rev 409655, 
shfmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-25 00:44:09 UTC (rev 409656)
@@ -0,0 +1,33 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Daniel Martí 
+
+pkgname=shfmt
+_pkg=sh
+_name="${pkgname}"
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="Format shell programs"
+url="https://github.com/mvdan/${_pkg};
+license=('BSD')
+arch=('x86_64')
+makedepends=('git' 'go-pie')
+_sh_commit=1542b554a384065efb284b358a205a247fb67d41
+source=("git+${url}#commit=${_sh_commit}")
+sha512sums=('SKIP')
+
+prepare() {
+   cd "${srcdir}"
+   mkdir -p "src/mvdan.cc"
+   mv "${_pkg}" "src/mvdan.cc/${_pkg}"
+}
+
+build() {
+   cd "${srcdir}/src/mvdan.cc/${_pkg}/cmd/${_name}"
+   GOPATH="${srcdir}" go build -ldflags='-s -w'
+}
+
+package() {
+   cd "${srcdir}/src/mvdan.cc/${_pkg}"
+   install -Dm755 "cmd/${_name}/${_name}" "${pkgdir}/usr/bin/${_name}"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}