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

Felix Yan felixonmars at archlinux.org
Fri Aug 16 07:05:01 UTC 2019


    Date: Friday, August 16, 2019 @ 07:05:01
  Author: felixonmars
Revision: 499787

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-16 07:04:52 UTC (rev 499786)
+++ PKGBUILD	2019-08-16 07:05:01 UTC (rev 499787)
@@ -1,37 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Jakub "Kubuxu" Sztandera  <kubuxu at protonmail.ch>
-
-pkgname=gx-go
-pkgver=1.9.0
-pkgrel=1
-
-pkgdesc="A tool to use with the gx package manager for packages written in go"
-url="https://github.com/whyrusleeping/gx-go"
-arch=('x86_64')
-license=('MIT')
-
-makedepends=('git' 'go-pie')
-depends=('glibc')
-
-source=("git+https://github.com/whyrusleeping/gx-go.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  mkdir -p "$srcdir"/src/github.com/whyrusleeping/
-  ln -fs "$srcdir/gx-go" "$srcdir"/src/github.com/whyrusleeping/gx-go
-}
-
-build() {
-  # Required for go get
-  export GOPATH="$srcdir"
-  export GOBIN="$GOPATH/bin"
-  cd "$srcdir"/src/github.com/whyrusleeping/gx-go
-
-  go get -v
-  go install -v
-}
-
-package() {
-  install -Dm 755 bin/gx-go "${pkgdir}/usr/bin/gx-go"
-  install -Dm 644 -t "${pkgdir}/usr/share/licenses/gx-go" gx-go/LICENSE
-}

Copied: gx-go/repos/community-x86_64/PKGBUILD (from rev 499786, gx-go/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-16 07:05:01 UTC (rev 499787)
@@ -0,0 +1,37 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Jakub "Kubuxu" Sztandera  <kubuxu at protonmail.ch>
+
+pkgname=gx-go
+pkgver=1.9.0
+pkgrel=2
+
+pkgdesc="A tool to use with the gx package manager for packages written in go"
+url="https://github.com/whyrusleeping/gx-go"
+arch=('x86_64')
+license=('MIT')
+
+makedepends=('git' 'go-pie')
+depends=('glibc')
+
+source=("git+https://github.com/whyrusleeping/gx-go.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p "$srcdir"/src/github.com/whyrusleeping/
+  ln -fs "$srcdir/gx-go" "$srcdir"/src/github.com/whyrusleeping/gx-go
+}
+
+build() {
+  # Required for go get
+  export GOPATH="$srcdir"
+  export GOBIN="$GOPATH/bin"
+  cd "$srcdir"/src/github.com/whyrusleeping/gx-go
+
+  go get -v
+  go install -v
+}
+
+package() {
+  install -Dm 755 bin/gx-go "${pkgdir}/usr/bin/gx-go"
+  install -Dm 644 -t "${pkgdir}/usr/share/licenses/gx-go" gx-go/LICENSE
+}



More information about the arch-commits mailing list