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

Johannes Löthberg demize at archlinux.org
Sat May 26 21:58:37 UTC 2018


    Date: Saturday, May 26, 2018 @ 21:58:36
  Author: demize
Revision: 331279

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: gx/repos/community-x86_64/PKGBUILD (from rev 331278, gx/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-05-26 21:58:36 UTC (rev 331279)
@@ -0,0 +1,25 @@
+# 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=('i686' 'x86_64')
+license=('MIT')
+
+depends=('glibc')
+optdepends=('gx-go: gx packaging module for go')
+
+_srcroot="https://ipfs.io/ipns/dist.ipfs.io"
+source_x86_64=("$_srcroot/gx/v$pkgver/gx_v${pkgver}_linux-amd64.tar.gz")
+source_i686=("$_srcroot/gx/v$pkgver/gx_v${pkgver}_linux-386.tar.gz")
+
+sha512sums_i686=('4102815ec8743bfd6221122d2b4578762d320450051cf5fa8965b3729af99fb1f927e04b955d06f21760540c90bc80d8bb6363b6f8b3a7391cc10555d9e76fa0')
+sha512sums_x86_64=('ebd529695d0b31d6e26d224b2a01d1b79b9f3b158b6d7954ca1e00d10a0c754f6c5c3b2814fe1727faa5690d41dd96de98f2f0626b2469a4f96c982558a34afa')
+
+package() {
+  install -Dm 755 gx/gx "$pkgdir"/usr/bin/gx
+}



More information about the arch-commits mailing list