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

2018-06-06 Thread Christian Rebischke via arch-commits
Date: Wednesday, June 6, 2018 @ 14:39:24
  Author: shibumi
Revision: 341215

archrelease: copy trunk to community-x86_64

Added:
  packer-io/repos/community-x86_64/PKGBUILD
(from rev 341214, packer-io/trunk/PKGBUILD)
Deleted:
  packer-io/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 14:39:17 UTC (rev 341214)
+++ PKGBUILD2018-06-06 14:39:24 UTC (rev 341215)
@@ -1,32 +0,0 @@
-# Maintainer: Christian Rebischke 
-_pkgname=packer
-pkgname=packer-io
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
-arch=('x86_64')
-url="https://github.com/hashicorp/packer;
-license=('MPL')
-makedepends=('git' 'go-pie' 'go-tools')
-depends=('glibc')
-source=("${pkgname}-${pkgver}::https://github.com/hashicorp/packer/archive/v${pkgver}.tar.gz;)
-sha512sums=('36ee75669bf61e14ec733be3946ee6e1f8e265a585e21bdfa98fa6073c6e5bf5a02c7b0b8669632d379e4094d4b7b0fbb06e220865af9c3a89ed258b3166fa58')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p "src/github.com/hashicorp"
-  mv "${_pkgname}-${pkgver}" "src/github.com/hashicorp/${_pkgname}"
-  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
-}
-build() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  go build -o packer-binary
-}
-
-package() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  install -Dm755 packer-binary "${pkgdir}/usr/bin/packer-io"
-}
-
-# vim:set et sw=2 ts=2 tw=79:

Copied: packer-io/repos/community-x86_64/PKGBUILD (from rev 341214, 
packer-io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 14:39:24 UTC (rev 341215)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Rebischke 
+_pkgname=packer
+pkgname=packer-io
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
+arch=('x86_64')
+url="https://github.com/hashicorp/packer;
+license=('MPL')
+makedepends=('git' 'go-pie' 'go-tools')
+depends=('glibc')
+source=("${pkgname}-${pkgver}::https://github.com/hashicorp/packer/archive/v${pkgver}.tar.gz;)
+sha512sums=('f8e82b8a8695cf3232085beb665071e52cb8ad5ca3ee27f32e180955aaba8a33783ac28f4ee58d3427977fa0f8a635af29842f36ca461a5e94aed582e1d894c9')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  export PATH="$PATH:$GOPATH/bin"
+  mkdir -p "src/github.com/hashicorp"
+  mv "${_pkgname}-${pkgver}" "src/github.com/hashicorp/${_pkgname}"
+  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
+}
+build() {
+  cd "src/github.com/hashicorp/${_pkgname}"
+  go build -o packer-binary
+}
+
+package() {
+  cd "src/github.com/hashicorp/${_pkgname}"
+  install -Dm755 packer-binary "${pkgdir}/usr/bin/packer-io"
+}
+
+# vim:set et sw=2 ts=2 tw=79:


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

2018-04-25 Thread Christian Rebischke via arch-commits
Date: Wednesday, April 25, 2018 @ 22:30:06
  Author: shibumi
Revision: 318051

archrelease: copy trunk to community-x86_64

Added:
  packer-io/repos/community-x86_64/PKGBUILD
(from rev 318050, packer-io/trunk/PKGBUILD)
Deleted:
  packer-io/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-25 22:29:59 UTC (rev 318050)
+++ PKGBUILD2018-04-25 22:30:06 UTC (rev 318051)
@@ -1,33 +0,0 @@
-# Maintainer: Christian Rebischke 
-_pkgname=packer
-pkgname=packer-io
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
-arch=('x86_64')
-url="https://github.com/hashicorp/packer;
-license=('MPL')
-makedepends=('git' 'go-pie' 'go-tools')
-depends=('glibc')
-_packer_commit='ab8811dca8f375344f36dfc32710b9790b2ec03e'
-source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};)
-sha512sums=('SKIP')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p "src/github.com/hashicorp"
-  mv ${_pkgname} src/github.com/hashicorp
-  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
-}
-build() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  go build -o packer-binary
-}
-
-package() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  install -Dm755 packer-binary "${pkgdir}/usr/bin/packer-io"
-}
-
-# vim:set et sw=2 ts=2 tw=79:

Copied: packer-io/repos/community-x86_64/PKGBUILD (from rev 318050, 
packer-io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-25 22:30:06 UTC (rev 318051)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Rebischke 
+_pkgname=packer
+pkgname=packer-io
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
+arch=('x86_64')
+url="https://github.com/hashicorp/packer;
+license=('MPL')
+makedepends=('git' 'go-pie' 'go-tools')
+depends=('glibc')
+source=("${pkgname}-${pkgver}::https://github.com/hashicorp/packer/archive/v${pkgver}.tar.gz;)
+sha512sums=('36ee75669bf61e14ec733be3946ee6e1f8e265a585e21bdfa98fa6073c6e5bf5a02c7b0b8669632d379e4094d4b7b0fbb06e220865af9c3a89ed258b3166fa58')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  export PATH="$PATH:$GOPATH/bin"
+  mkdir -p "src/github.com/hashicorp"
+  mv "${_pkgname}-${pkgver}" "src/github.com/hashicorp/${_pkgname}"
+  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
+}
+build() {
+  cd "src/github.com/hashicorp/${_pkgname}"
+  go build -o packer-binary
+}
+
+package() {
+  cd "src/github.com/hashicorp/${_pkgname}"
+  install -Dm755 packer-binary "${pkgdir}/usr/bin/packer-io"
+}
+
+# vim:set et sw=2 ts=2 tw=79:


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

2018-03-29 Thread Christian Rebischke via arch-commits
Date: Thursday, March 29, 2018 @ 22:54:03
  Author: shibumi
Revision: 313480

archrelease: copy trunk to community-x86_64

Added:
  packer-io/repos/community-x86_64/PKGBUILD
(from rev 313479, packer-io/trunk/PKGBUILD)
Deleted:
  packer-io/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 22:53:57 UTC (rev 313479)
+++ PKGBUILD2018-03-29 22:54:03 UTC (rev 313480)
@@ -1,33 +0,0 @@
-# Maintainer: Christian Rebischke 
-_pkgname=packer
-pkgname=packer-io
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
-arch=('x86_64')
-url="https://github.com/hashicorp/packer;
-license=('MPL')
-makedepends=('git' 'go-pie' 'go-tools')
-depends=('glibc')
-_packer_commit='0b740f508f4f9b63442879a8c8f7a197b9a83dc1'
-source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};)
-sha512sums=('SKIP')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p "src/github.com/hashicorp"
-  mv ${_pkgname} src/github.com/hashicorp
-  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
-}
-build() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  go build -o packer-binary
-}
-
-package() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  install -Dm755 packer-binary "${pkgdir}/usr/bin/packer-io"
-}
-
-# vim:set et sw=2 ts=2 tw=79:

Copied: packer-io/repos/community-x86_64/PKGBUILD (from rev 313479, 
packer-io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 22:54:03 UTC (rev 313480)
@@ -0,0 +1,33 @@
+# Maintainer: Christian Rebischke 
+_pkgname=packer
+pkgname=packer-io
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
+arch=('x86_64')
+url="https://github.com/hashicorp/packer;
+license=('MPL')
+makedepends=('git' 'go-pie' 'go-tools')
+depends=('glibc')
+_packer_commit='ab8811dca8f375344f36dfc32710b9790b2ec03e'
+source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};)
+sha512sums=('SKIP')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  export PATH="$PATH:$GOPATH/bin"
+  mkdir -p "src/github.com/hashicorp"
+  mv ${_pkgname} src/github.com/hashicorp
+  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
+}
+build() {
+  cd "src/github.com/hashicorp/${_pkgname}"
+  go build -o packer-binary
+}
+
+package() {
+  cd "src/github.com/hashicorp/${_pkgname}"
+  install -Dm755 packer-binary "${pkgdir}/usr/bin/packer-io"
+}
+
+# vim:set et sw=2 ts=2 tw=79:


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

2018-02-24 Thread Christian Rebischke via arch-commits
Date: Saturday, February 24, 2018 @ 13:19:07
  Author: shibumi
Revision: 297925

archrelease: copy trunk to community-x86_64

Added:
  packer-io/repos/community-x86_64/PKGBUILD
(from rev 297924, packer-io/trunk/PKGBUILD)
Deleted:
  packer-io/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-24 13:18:59 UTC (rev 297924)
+++ PKGBUILD2018-02-24 13:19:07 UTC (rev 297925)
@@ -1,33 +0,0 @@
-# Maintainer: Christian Rebischke 
-_pkgname=packer
-pkgname=packer-io
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
-arch=('x86_64')
-url="https://github.com/hashicorp/packer;
-license=('MPL')
-makedepends=('git' 'go-pie' 'go-tools')
-depends=('glibc')
-_packer_commit='ca393b96f3909c3cde0f63d5aea211573dd22bc1'
-source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};)
-sha512sums=('SKIP')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p "src/github.com/hashicorp"
-  mv ${_pkgname} src/github.com/hashicorp
-  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
-}
-build() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  go build -o packer-binary
-}
-
-package() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  install -Dm755 packer-binary "${pkgdir}/usr/bin/packer-io"
-}
-
-# vim:set et sw=2 ts=2 tw=79:

Copied: packer-io/repos/community-x86_64/PKGBUILD (from rev 297924, 
packer-io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-24 13:19:07 UTC (rev 297925)
@@ -0,0 +1,33 @@
+# Maintainer: Christian Rebischke 
+_pkgname=packer
+pkgname=packer-io
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
+arch=('x86_64')
+url="https://github.com/hashicorp/packer;
+license=('MPL')
+makedepends=('git' 'go-pie' 'go-tools')
+depends=('glibc')
+_packer_commit='0b740f508f4f9b63442879a8c8f7a197b9a83dc1'
+source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};)
+sha512sums=('SKIP')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  export PATH="$PATH:$GOPATH/bin"
+  mkdir -p "src/github.com/hashicorp"
+  mv ${_pkgname} src/github.com/hashicorp
+  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
+}
+build() {
+  cd "src/github.com/hashicorp/${_pkgname}"
+  go build -o packer-binary
+}
+
+package() {
+  cd "src/github.com/hashicorp/${_pkgname}"
+  install -Dm755 packer-binary "${pkgdir}/usr/bin/packer-io"
+}
+
+# vim:set et sw=2 ts=2 tw=79:


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

2018-02-14 Thread Christian Rebischke via arch-commits
Date: Wednesday, February 14, 2018 @ 08:55:21
  Author: shibumi
Revision: 294180

archrelease: copy trunk to community-x86_64

Added:
  packer-io/repos/community-x86_64/PKGBUILD
(from rev 294179, packer-io/trunk/PKGBUILD)
Deleted:
  packer-io/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-14 08:52:03 UTC (rev 294179)
+++ PKGBUILD2018-02-14 08:55:21 UTC (rev 294180)
@@ -1,84 +0,0 @@
-# Maintainer: Christian Rebischke 
-_pkgname=packer
-pkgname=packer-io
-pkgver=1.1.3
-pkgrel=2
-pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
-arch=('x86_64')
-url="https://github.com/hashicorp/packer;
-license=('MPL')
-makedepends=('git' 'go-pie' 'go-tools')
-depends=('glibc')
-_packer_commit='9698d7283f790aa1d3755ccbd95a1a1cdea9390a'
-_go_checkpoint_commit='1545e56e46dec3bba264e41fde2c1e2aa65b5dd4'
-_go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
-_go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
-_osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14'
-_panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83'
-_cli_commit='65fcae5817c8600da98ada9d7edf26dd1a84837b'
-_prefixedio_commit='6e6954073784f7ee67b28f2d22749d6479151ed7'
-_go_radix_commit='1fca145dffbcaa8fe914309b1ec0cfc67500fe61'
-_speakeasy_commit='4aabc24848ce5fd31929f7d1e4ea74d3709c14cd'
-_go_isatty_commit='6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c'
-source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};
-
"git+https://github.com/hashicorp/go-checkpoint#commit=${_go_checkpoint_commit};
-
"git+https://github.com/hashicorp/go-cleanhttp#commit=${_go_cleanhttp_commit};
-"git+https://github.com/hashicorp/go-uuid#commit=${_go_uuid_commit};
-"git+https://github.com/kardianos/osext#commit=${_osext_commit};
-
"git+https://github.com/mitchellh/panicwrap#commit=${_panicwrap_commit};
-"git+https://github.com/mitchellh/cli#commit=${_cli_commit};
-
"git+https://github.com/mitchellh/prefixedio#commit=${_prefixedio_commit};
-"git+https://github.com/armon/go-radix#commit=${_go_radix_commit};
-"git+https://github.com/bgentry/speakeasy#commit=${_speakeasy_commit};
-"git+https://github.com/mattn/go-isatty#commit=${_go_isatty_commit};)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-
-prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p "src/github.com/mitchellh"
-  mkdir -p "src/github.com/hashicorp"
-  mkdir -p "src/github.com/kardianos"
-  mkdir -p "src/github.com/armon"
-  mkdir -p "src/github.com/bgentry"
-  mkdir -p "src/github.com/mattn"
-  mv ${_pkgname} src/github.com/hashicorp
-  mv go-checkpoint src/github.com/hashicorp
-  mv go-cleanhttp src/github.com/hashicorp
-  mv go-uuid src/github.com/hashicorp
-  mv osext src/github.com/kardianos
-  mv panicwrap src/github.com/mitchellh
-  mv cli src/github.com/mitchellh
-  mv prefixedio src/github.com/mitchellh
-  mv go-radix src/github.com/armon
-  mv speakeasy src/github.com/bgentry
-  mv go-isatty src/github.com/mattn
-  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
-}
-build() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  make dev
-}
-
-#check() {
-#  cd "src/github.com/hashicorp/${_pkgname}"
-#  make test
-#}
-
-package() {
-  cd "${srcdir}/bin/"
-  install -Dm755 packer "${pkgdir}/usr/bin/packer-io"
-}
-
-# vim:set et sw=2 ts=2 tw=79:

Copied: packer-io/repos/community-x86_64/PKGBUILD (from rev 294179, 
packer-io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-14 08:55:21 UTC (rev 294180)
@@ -0,0 +1,33 @@
+# Maintainer: Christian Rebischke 
+_pkgname=packer
+pkgname=packer-io
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
+arch=('x86_64')
+url="https://github.com/hashicorp/packer;
+license=('MPL')
+makedepends=('git' 'go-pie' 'go-tools')
+depends=('glibc')
+_packer_commit='ca393b96f3909c3cde0f63d5aea211573dd22bc1'
+source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};)
+sha512sums=('SKIP')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  export PATH="$PATH:$GOPATH/bin"
+  mkdir -p "src/github.com/hashicorp"
+  mv ${_pkgname} src/github.com/hashicorp
+  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 

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

2018-01-03 Thread Christian Rebischke via arch-commits
Date: Wednesday, January 3, 2018 @ 19:32:54
  Author: shibumi
Revision: 278364

archrelease: copy trunk to community-x86_64

Added:
  packer-io/repos/community-x86_64/PKGBUILD
(from rev 278363, packer-io/trunk/PKGBUILD)
Deleted:
  packer-io/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  168 ++---
 1 file changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-03 19:32:41 UTC (rev 278363)
+++ PKGBUILD2018-01-03 19:32:54 UTC (rev 278364)
@@ -1,84 +0,0 @@
-# Maintainer: Christian Rebischke 
-_pkgname=packer
-pkgname=packer-io
-pkgver=1.1.3
-pkgrel=1
-pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
-arch=('x86_64')
-url="9698d7283f790aa1d3755ccbd95a1a1cdea9390a"
-license=('MPL')
-makedepends=('git' 'go-pie' 'go-tools')
-depends=('glibc')
-_packer_commit='14183e6bc442559cd401618ff58293c29455b87c'
-_go_checkpoint_commit='1545e56e46dec3bba264e41fde2c1e2aa65b5dd4'
-_go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
-_go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
-_osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14'
-_panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83'
-_cli_commit='65fcae5817c8600da98ada9d7edf26dd1a84837b'
-_prefixedio_commit='6e6954073784f7ee67b28f2d22749d6479151ed7'
-_go_radix_commit='1fca145dffbcaa8fe914309b1ec0cfc67500fe61'
-_speakeasy_commit='4aabc24848ce5fd31929f7d1e4ea74d3709c14cd'
-_go_isatty_commit='6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c'
-source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};
-
"git+https://github.com/hashicorp/go-checkpoint#commit=${_go_checkpoint_commit};
-
"git+https://github.com/hashicorp/go-cleanhttp#commit=${_go_cleanhttp_commit};
-"git+https://github.com/hashicorp/go-uuid#commit=${_go_uuid_commit};
-"git+https://github.com/kardianos/osext#commit=${_osext_commit};
-
"git+https://github.com/mitchellh/panicwrap#commit=${_panicwrap_commit};
-"git+https://github.com/mitchellh/cli#commit=${_cli_commit};
-
"git+https://github.com/mitchellh/prefixedio#commit=${_prefixedio_commit};
-"git+https://github.com/armon/go-radix#commit=${_go_radix_commit};
-"git+https://github.com/bgentry/speakeasy#commit=${_speakeasy_commit};
-"git+https://github.com/mattn/go-isatty#commit=${_go_isatty_commit};)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-
-prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p "src/github.com/mitchellh"
-  mkdir -p "src/github.com/hashicorp"
-  mkdir -p "src/github.com/kardianos"
-  mkdir -p "src/github.com/armon"
-  mkdir -p "src/github.com/bgentry"
-  mkdir -p "src/github.com/mattn"
-  mv ${_pkgname} src/github.com/hashicorp
-  mv go-checkpoint src/github.com/hashicorp
-  mv go-cleanhttp src/github.com/hashicorp
-  mv go-uuid src/github.com/hashicorp
-  mv osext src/github.com/kardianos
-  mv panicwrap src/github.com/mitchellh
-  mv cli src/github.com/mitchellh
-  mv prefixedio src/github.com/mitchellh
-  mv go-radix src/github.com/armon
-  mv speakeasy src/github.com/bgentry
-  mv go-isatty src/github.com/mattn
-  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
-}
-build() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  make dev
-}
-
-#check() {
-#  cd "src/github.com/hashicorp/${_pkgname}"
-#  make test
-#}
-
-package() {
-  cd "${srcdir}/bin/"
-  install -Dm755 packer "${pkgdir}/usr/bin/packer-io"
-}
-
-# vim:set et sw=2 ts=2 tw=79:

Copied: packer-io/repos/community-x86_64/PKGBUILD (from rev 278363, 
packer-io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-03 19:32:54 UTC (rev 278364)
@@ -0,0 +1,84 @@
+# Maintainer: Christian Rebischke 
+_pkgname=packer
+pkgname=packer-io
+pkgver=1.1.3
+pkgrel=2
+pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
+arch=('x86_64')
+url="https://github.com/hashicorp/packer;
+license=('MPL')
+makedepends=('git' 'go-pie' 'go-tools')
+depends=('glibc')
+_packer_commit='9698d7283f790aa1d3755ccbd95a1a1cdea9390a'
+_go_checkpoint_commit='1545e56e46dec3bba264e41fde2c1e2aa65b5dd4'
+_go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
+_go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
+_osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14'
+_panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83'

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

2017-12-17 Thread Christian Rebischke via arch-commits
Date: Sunday, December 17, 2017 @ 16:48:35
  Author: shibumi
Revision: 274653

archrelease: copy trunk to community-x86_64

Added:
  packer-io/repos/community-x86_64/PKGBUILD
(from rev 274652, packer-io/trunk/PKGBUILD)
Deleted:
  packer-io/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  168 ++---
 1 file changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-17 16:48:10 UTC (rev 274652)
+++ PKGBUILD2017-12-17 16:48:35 UTC (rev 274653)
@@ -1,84 +0,0 @@
-# Maintainer: Christian Rebischke 
-_pkgname=packer
-pkgname=packer-io
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
-arch=('x86_64')
-url="https://github.com/hashicorp/packer;
-license=('MPL')
-makedepends=('git' 'go-pie' 'go-tools')
-depends=('glibc')
-_packer_commit='14183e6bc442559cd401618ff58293c29455b87c'
-_go_checkpoint_commit='1545e56e46dec3bba264e41fde2c1e2aa65b5dd4'
-_go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
-_go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
-_osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14'
-_panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83'
-_cli_commit='65fcae5817c8600da98ada9d7edf26dd1a84837b'
-_prefixedio_commit='6e6954073784f7ee67b28f2d22749d6479151ed7'
-_go_radix_commit='1fca145dffbcaa8fe914309b1ec0cfc67500fe61'
-_speakeasy_commit='4aabc24848ce5fd31929f7d1e4ea74d3709c14cd'
-_go_isatty_commit='6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c'
-source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};
-
"git+https://github.com/hashicorp/go-checkpoint#commit=${_go_checkpoint_commit};
-
"git+https://github.com/hashicorp/go-cleanhttp#commit=${_go_cleanhttp_commit};
-"git+https://github.com/hashicorp/go-uuid#commit=${_go_uuid_commit};
-"git+https://github.com/kardianos/osext#commit=${_osext_commit};
-
"git+https://github.com/mitchellh/panicwrap#commit=${_panicwrap_commit};
-"git+https://github.com/mitchellh/cli#commit=${_cli_commit};
-
"git+https://github.com/mitchellh/prefixedio#commit=${_prefixedio_commit};
-"git+https://github.com/armon/go-radix#commit=${_go_radix_commit};
-"git+https://github.com/bgentry/speakeasy#commit=${_speakeasy_commit};
-"git+https://github.com/mattn/go-isatty#commit=${_go_isatty_commit};)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-
-prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p "src/github.com/mitchellh"
-  mkdir -p "src/github.com/hashicorp"
-  mkdir -p "src/github.com/kardianos"
-  mkdir -p "src/github.com/armon"
-  mkdir -p "src/github.com/bgentry"
-  mkdir -p "src/github.com/mattn"
-  mv ${_pkgname} src/github.com/hashicorp
-  mv go-checkpoint src/github.com/hashicorp
-  mv go-cleanhttp src/github.com/hashicorp
-  mv go-uuid src/github.com/hashicorp
-  mv osext src/github.com/kardianos
-  mv panicwrap src/github.com/mitchellh
-  mv cli src/github.com/mitchellh
-  mv prefixedio src/github.com/mitchellh
-  mv go-radix src/github.com/armon
-  mv speakeasy src/github.com/bgentry
-  mv go-isatty src/github.com/mattn
-  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
-}
-build() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  make dev
-}
-
-#check() {
-#  cd "src/github.com/hashicorp/${_pkgname}"
-#  make test
-#}
-
-package() {
-  cd "${srcdir}/bin/"
-  install -Dm755 packer "${pkgdir}/usr/bin/packer-io"
-}
-
-# vim:set et sw=2 ts=2 tw=79:

Copied: packer-io/repos/community-x86_64/PKGBUILD (from rev 274652, 
packer-io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-17 16:48:35 UTC (rev 274653)
@@ -0,0 +1,84 @@
+# Maintainer: Christian Rebischke 
+_pkgname=packer
+pkgname=packer-io
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
+arch=('x86_64')
+url="9698d7283f790aa1d3755ccbd95a1a1cdea9390a"
+license=('MPL')
+makedepends=('git' 'go-pie' 'go-tools')
+depends=('glibc')
+_packer_commit='14183e6bc442559cd401618ff58293c29455b87c'
+_go_checkpoint_commit='1545e56e46dec3bba264e41fde2c1e2aa65b5dd4'
+_go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
+_go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
+_osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14'
+_panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83'

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

2017-11-22 Thread Christian Rebischke
Date: Wednesday, November 22, 2017 @ 11:21:19
  Author: shibumi
Revision: 267923

archrelease: copy trunk to community-x86_64

Added:
  packer-io/repos/community-x86_64/PKGBUILD
(from rev 267922, packer-io/trunk/PKGBUILD)
Deleted:
  packer-io/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  168 ++---
 1 file changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-22 11:21:09 UTC (rev 267922)
+++ PKGBUILD2017-11-22 11:21:19 UTC (rev 267923)
@@ -1,84 +0,0 @@
-# Maintainer: Christian Rebischke 
-_pkgname=packer
-pkgname=packer-io
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
-arch=('i686' 'x86_64')
-url="https://github.com/hashicorp/packer;
-license=('MPL')
-makedepends=('git' 'go-pie' 'go-tools')
-depends=('glibc')
-_packer_commit='b58e6c31d96cea0308ad894799244d8f016475ed'
-_go_checkpoint_commit='a8d0786e7fa88adb6b3bcaa341a99af7f9740671'
-_go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
-_go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
-_osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14'
-_panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83'
-_cli_commit='b481eac70eea3ad671b7c360a013f89bb759b252'
-_prefixedio_commit='6e6954073784f7ee67b28f2d22749d6479151ed7'
-_go_radix_commit='4239b77079c7b5d1243b7b4736304ce8ddb6f0f2'
-_speakeasy_commit='4aabc24848ce5fd31929f7d1e4ea74d3709c14cd'
-_go_isatty_commit='fc9e8d8ef48496124e79ae0df75490096eccf6fe'
-source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};
-
"git+https://github.com/hashicorp/go-checkpoint#commit=${_go_checkpoint_commit};
-
"git+https://github.com/hashicorp/go-cleanhttp#commit=${_go_cleanhttp_commit};
-"git+https://github.com/hashicorp/go-uuid#commit=${_go_uuid_commit};
-"git+https://github.com/kardianos/osext#commit=${_osext_commit};
-
"git+https://github.com/mitchellh/panicwrap#commit=${_panicwrap_commit};
-"git+https://github.com/mitchellh/cli#commit=${_cli_commit};
-
"git+https://github.com/mitchellh/prefixedio#commit=${_prefixedio_commit};
-"git+https://github.com/armon/go-radix#commit=${_go_radix_commit};
-"git+https://github.com/bgentry/speakeasy#commit=${_speakeasy_commit};
-"git+https://github.com/mattn/go-isatty#commit=${_go_isatty_commit};)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-
-prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p "src/github.com/mitchellh"
-  mkdir -p "src/github.com/hashicorp"
-  mkdir -p "src/github.com/kardianos"
-  mkdir -p "src/github.com/armon"
-  mkdir -p "src/github.com/bgentry"
-  mkdir -p "src/github.com/mattn"
-  mv ${_pkgname} src/github.com/hashicorp
-  mv go-checkpoint src/github.com/hashicorp
-  mv go-cleanhttp src/github.com/hashicorp
-  mv go-uuid src/github.com/hashicorp
-  mv osext src/github.com/kardianos
-  mv panicwrap src/github.com/mitchellh
-  mv cli src/github.com/mitchellh
-  mv prefixedio src/github.com/mitchellh
-  mv go-radix src/github.com/armon
-  mv speakeasy src/github.com/bgentry
-  mv go-isatty src/github.com/mattn
-  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
-}
-build() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  make dev
-}
-
-#check() {
-#  cd "src/github.com/hashicorp/${_pkgname}"
-#  make test
-#}
-
-package() {
-  cd "${srcdir}/bin/"
-  install -Dm755 packer "${pkgdir}/usr/bin/packer-io"
-}
-
-# vim:set et sw=2 ts=2 tw=79:

Copied: packer-io/repos/community-x86_64/PKGBUILD (from rev 267922, 
packer-io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-22 11:21:19 UTC (rev 267923)
@@ -0,0 +1,84 @@
+# Maintainer: Christian Rebischke 
+_pkgname=packer
+pkgname=packer-io
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
+arch=('x86_64')
+url="https://github.com/hashicorp/packer;
+license=('MPL')
+makedepends=('git' 'go-pie' 'go-tools')
+depends=('glibc')
+_packer_commit='14183e6bc442559cd401618ff58293c29455b87c'
+_go_checkpoint_commit='1545e56e46dec3bba264e41fde2c1e2aa65b5dd4'
+_go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
+_go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
+_osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14'
+_panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83'

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

2017-10-01 Thread Christian Rebischke
Date: Sunday, October 1, 2017 @ 19:20:19
  Author: shibumi
Revision: 261195

archrelease: copy trunk to community-x86_64

Added:
  packer-io/repos/community-x86_64/PKGBUILD
(from rev 261194, packer-io/trunk/PKGBUILD)
Deleted:
  packer-io/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  168 ++---
 1 file changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-01 18:22:42 UTC (rev 261194)
+++ PKGBUILD2017-10-01 19:20:19 UTC (rev 261195)
@@ -1,84 +0,0 @@
-# Maintainer: Christian Rebischke 
-_pkgname=packer
-pkgname=packer-io
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
-arch=('i686' 'x86_64')
-url="https://github.com/hashicorp/packer;
-license=('MPL')
-makedepends=('git' 'go' 'go-tools')
-depends=('glibc')
-_packer_commit='84b9b07901fabfeab1325eb2d8d207aeefa944c7'
-_go_checkpoint_commit='a8d0786e7fa88adb6b3bcaa341a99af7f9740671'
-_go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
-_go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
-_osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14'
-_panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83'
-_cli_commit='b481eac70eea3ad671b7c360a013f89bb759b252'
-_prefixedio_commit='6e6954073784f7ee67b28f2d22749d6479151ed7'
-_go_radix_commit='4239b77079c7b5d1243b7b4736304ce8ddb6f0f2'
-_speakeasy_commit='4aabc24848ce5fd31929f7d1e4ea74d3709c14cd'
-_go_isatty_commit='fc9e8d8ef48496124e79ae0df75490096eccf6fe'
-source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};
-
"git+https://github.com/hashicorp/go-checkpoint#commit=${_go_checkpoint_commit};
-
"git+https://github.com/hashicorp/go-cleanhttp#commit=${_go_cleanhttp_commit};
-"git+https://github.com/hashicorp/go-uuid#commit=${_go_uuid_commit};
-"git+https://github.com/kardianos/osext#commit=${_osext_commit};
-
"git+https://github.com/mitchellh/panicwrap#commit=${_panicwrap_commit};
-"git+https://github.com/mitchellh/cli#commit=${_cli_commit};
-
"git+https://github.com/mitchellh/prefixedio#commit=${_prefixedio_commit};
-"git+https://github.com/armon/go-radix#commit=${_go_radix_commit};
-"git+https://github.com/bgentry/speakeasy#commit=${_speakeasy_commit};
-"git+https://github.com/mattn/go-isatty#commit=${_go_isatty_commit};)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-
-prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p "src/github.com/mitchellh"
-  mkdir -p "src/github.com/hashicorp"
-  mkdir -p "src/github.com/kardianos"
-  mkdir -p "src/github.com/armon"
-  mkdir -p "src/github.com/bgentry"
-  mkdir -p "src/github.com/mattn"
-  mv ${_pkgname} src/github.com/hashicorp
-  mv go-checkpoint src/github.com/hashicorp
-  mv go-cleanhttp src/github.com/hashicorp
-  mv go-uuid src/github.com/hashicorp
-  mv osext src/github.com/kardianos
-  mv panicwrap src/github.com/mitchellh
-  mv cli src/github.com/mitchellh
-  mv prefixedio src/github.com/mitchellh
-  mv go-radix src/github.com/armon
-  mv speakeasy src/github.com/bgentry
-  mv go-isatty src/github.com/mattn
-  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
-}
-build() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  make dev
-}
-
-#check() {
-#  cd "src/github.com/hashicorp/${_pkgname}"
-#  make test
-#}
-
-package() {
-  cd "${srcdir}/bin/"
-  install -Dm755 packer "${pkgdir}/usr/bin/packer-io"
-}
-
-# vim:set et sw=2 ts=2 tw=79:

Copied: packer-io/repos/community-x86_64/PKGBUILD (from rev 261194, 
packer-io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-01 19:20:19 UTC (rev 261195)
@@ -0,0 +1,84 @@
+# Maintainer: Christian Rebischke 
+_pkgname=packer
+pkgname=packer-io
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
+arch=('i686' 'x86_64')
+url="https://github.com/hashicorp/packer;
+license=('MPL')
+makedepends=('git' 'go' 'go-tools')
+depends=('glibc')
+_packer_commit='84b9b07901fabfeab1325eb2d8d207aeefa944c7'
+_go_checkpoint_commit='a8d0786e7fa88adb6b3bcaa341a99af7f9740671'
+_go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
+_go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
+_osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14'
+_panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83'

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

2017-10-01 Thread Christian Rebischke
Date: Sunday, October 1, 2017 @ 18:22:42
  Author: shibumi
Revision: 261194

archrelease: copy trunk to community-x86_64

Added:
  packer-io/repos/community-x86_64/PKGBUILD
(from rev 261193, packer-io/trunk/PKGBUILD)
Deleted:
  packer-io/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  168 ++---
 1 file changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-01 18:22:12 UTC (rev 261193)
+++ PKGBUILD2017-10-01 18:22:42 UTC (rev 261194)
@@ -1,84 +0,0 @@
-# Maintainer: Christian Rebischke 
-_pkgname=packer
-pkgname=packer-io
-pkgver=1.0.4
-pkgrel=1
-pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
-arch=('i686' 'x86_64')
-url="https://github.com/hashicorp/packer;
-license=('MPL')
-makedepends=('git' 'go')
-depends=('glibc')
-_packer_commit='4c3e6f36bad3d096ca649e2cfd23ab70bb2d6383'
-_go_checkpoint_commit='a8d0786e7fa88adb6b3bcaa341a99af7f9740671'
-_go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
-_go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
-_osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14'
-_panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83'
-_cli_commit='b481eac70eea3ad671b7c360a013f89bb759b252'
-_prefixedio_commit='6e6954073784f7ee67b28f2d22749d6479151ed7'
-_go_radix_commit='4239b77079c7b5d1243b7b4736304ce8ddb6f0f2'
-_speakeasy_commit='4aabc24848ce5fd31929f7d1e4ea74d3709c14cd'
-_go_isatty_commit='fc9e8d8ef48496124e79ae0df75490096eccf6fe'
-source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};
-
"git+https://github.com/hashicorp/go-checkpoint#commit=${_go_checkpoint_commit};
-
"git+https://github.com/hashicorp/go-cleanhttp#commit=${_go_cleanhttp_commit};
-"git+https://github.com/hashicorp/go-uuid#commit=${_go_uuid_commit};
-"git+https://github.com/kardianos/osext#commit=${_osext_commit};
-
"git+https://github.com/mitchellh/panicwrap#commit=${_panicwrap_commit};
-"git+https://github.com/mitchellh/cli#commit=${_cli_commit};
-
"git+https://github.com/mitchellh/prefixedio#commit=${_prefixedio_commit};
-"git+https://github.com/armon/go-radix#commit=${_go_radix_commit};
-"git+https://github.com/bgentry/speakeasy#commit=${_speakeasy_commit};
-"git+https://github.com/mattn/go-isatty#commit=${_go_isatty_commit};)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-
-prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p "src/github.com/mitchellh"
-  mkdir -p "src/github.com/hashicorp"
-  mkdir -p "src/github.com/kardianos"
-  mkdir -p "src/github.com/armon"
-  mkdir -p "src/github.com/bgentry"
-  mkdir -p "src/github.com/mattn"
-  mv ${_pkgname} src/github.com/hashicorp
-  mv go-checkpoint src/github.com/hashicorp
-  mv go-cleanhttp src/github.com/hashicorp
-  mv go-uuid src/github.com/hashicorp
-  mv osext src/github.com/kardianos
-  mv panicwrap src/github.com/mitchellh
-  mv cli src/github.com/mitchellh
-  mv prefixedio src/github.com/mitchellh
-  mv go-radix src/github.com/armon
-  mv speakeasy src/github.com/bgentry
-  mv go-isatty src/github.com/mattn
-  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
-}
-build() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  make dev
-}
-
-check() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/bin/"
-  install -Dm755 packer "${pkgdir}/usr/bin/packer-io"
-}
-
-# vim:set et sw=2 ts=2 tw=79:

Copied: packer-io/repos/community-x86_64/PKGBUILD (from rev 261193, 
packer-io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-01 18:22:42 UTC (rev 261194)
@@ -0,0 +1,84 @@
+# Maintainer: Christian Rebischke 
+_pkgname=packer
+pkgname=packer-io
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
+arch=('i686' 'x86_64')
+url="https://github.com/hashicorp/packer;
+license=('MPL')
+makedepends=('git' 'go' 'go-tools')
+depends=('glibc')
+_packer_commit='84b9b07901fabfeab1325eb2d8d207aeefa944c7'
+_go_checkpoint_commit='a8d0786e7fa88adb6b3bcaa341a99af7f9740671'
+_go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
+_go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
+_osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14'
+_panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83'