[arch-commits] Commit in (gx gx/repos gx/trunk gx/trunk/PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Sat May 26 21:55:30 UTC 2018
Date: Saturday, May 26, 2018 @ 21:55:29
Author: demize
Revision: 331274
Import gx
Added:
gx/
gx/repos/
gx/trunk/
gx/trunk/PKGBUILD
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Added: gx/trunk/PKGBUILD
===================================================================
--- gx/trunk/PKGBUILD (rev 0)
+++ gx/trunk/PKGBUILD 2018-05-26 21:55:29 UTC (rev 331274)
@@ -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
+}
Property changes on: gx/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list