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

Johannes Löthberg demize at archlinux.org
Sat May 26 22:17:28 UTC 2018


    Date: Saturday, May 26, 2018 @ 22:17:27
  Author: demize
Revision: 331299

archrelease: copy trunk to community-x86_64

Added:
  gx/repos/community-x86_64/PKGBUILD
    (from rev 331298, gx/trunk/PKGBUILD)
Deleted:
  gx/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-26 22:17:21 UTC (rev 331298)
+++ PKGBUILD	2018-05-26 22:17:27 UTC (rev 331299)
@@ -1,44 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Jakub "Kubuxu" Sztandera  <kubuxu at protonmail.ch>
-
-pkgname=gx
-pkgver=0.13.0
-pkgrel=1
-
-pkgdesc="Packaging tool built around the distributed, content addressed filesystem IPFS"
-url="https://github.com/whyrusleeping/gx"
-arch=('x86_64')
-license=('MIT')
-
-makedepends=('git' 'go-pie')
-optdepends=('gx-go: gx packaing module for go')
-
-source=("git+https://github.com/whyrusleeping/gx.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  mkdir -p "$srcdir"/src/github.com/whyrusleeping/
-  ln -fs "$srcdir/gx" "$srcdir"/src/github.com/whyrusleeping/gx
-}
-
-build() {
-  # Required for go get
-  export GOPATH="$srcdir"
-  export GOBIN="$GOPATH/bin"
-  cd "$srcdir"/src/github.com/whyrusleeping/gx
-
-  msg2 'Installing dependencies...'
-  go get -v
-
-  msg2 'Building binary...'
-  go install -v
-}
-
-package() {
-  msg2 'Packaging binary...'
-  install -Dm 755 bin/gx "${pkgdir}/usr/bin/gx"
-
-  msg2 'Packaging auxiliary files...'
-  cd gx
-  install -Dm 644 -t "${pkgdir}/usr/share/licenses/gx" LICENSE
-}

Copied: gx/repos/community-x86_64/PKGBUILD (from rev 331298, gx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-26 22:17:27 UTC (rev 331299)
@@ -0,0 +1,44 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Jakub "Kubuxu" Sztandera  <kubuxu at protonmail.ch>
+
+pkgname=gx
+pkgver=0.13.0
+pkgrel=2
+
+pkgdesc="Packaging tool built around the distributed, content addressed filesystem IPFS"
+url="https://github.com/whyrusleeping/gx"
+arch=('x86_64')
+license=('MIT')
+
+makedepends=('git' 'go-pie')
+optdepends=('gx-go: gx packaing module for go')
+
+source=("git+https://github.com/whyrusleeping/gx.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p "$srcdir"/src/github.com/whyrusleeping/
+  ln -fs "$srcdir/gx" "$srcdir"/src/github.com/whyrusleeping/gx
+}
+
+build() {
+  # Required for go get
+  export GOPATH="$srcdir"
+  export GOBIN="$GOPATH/bin"
+  cd "$srcdir"/src/github.com/whyrusleeping/gx
+
+  msg2 'Installing dependencies...'
+  go get -v
+
+  msg2 'Building binary...'
+  go install -v
+}
+
+package() {
+  msg2 'Packaging binary...'
+  install -Dm 755 bin/gx "${pkgdir}/usr/bin/gx"
+
+  msg2 'Packaging auxiliary files...'
+  cd gx
+  install -Dm 644 -t "${pkgdir}/usr/share/licenses/gx" LICENSE
+}



More information about the arch-commits mailing list