[arch-commits] Commit in geth/repos (4 files)

Nicola Squartini tensor5 at archlinux.org
Sun Oct 30 18:22:30 UTC 2016


    Date: Sunday, October 30, 2016 @ 18:22:28
  Author: tensor5
Revision: 194042

archrelease: copy trunk to community-i686, community-x86_64

Added:
  geth/repos/community-i686/
  geth/repos/community-i686/PKGBUILD
    (from rev 194041, geth/trunk/PKGBUILD)
  geth/repos/community-x86_64/
  geth/repos/community-x86_64/PKGBUILD
    (from rev 194041, geth/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: geth/repos/community-i686/PKGBUILD (from rev 194041, geth/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-10-30 18:22:28 UTC (rev 194042)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=geth
+pkgver=1.4.18
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz")
+sha256sums=('a584b52f432c4171ce3c00ee0742d44ec3dd78796d6f7bb8e4b82f6b3cfa707b')
+
+build() {
+    cd go-ethereum-${pkgver}
+    
+    make all
+}
+
+package() {
+    cd go-ethereum-${pkgver}
+    
+    install -dm755 "${pkgdir}"/usr/bin
+    install -m755 build/bin/* "${pkgdir}"/usr/bin
+}

Copied: geth/repos/community-x86_64/PKGBUILD (from rev 194041, geth/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-10-30 18:22:28 UTC (rev 194042)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=geth
+pkgver=1.4.18
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz")
+sha256sums=('a584b52f432c4171ce3c00ee0742d44ec3dd78796d6f7bb8e4b82f6b3cfa707b')
+
+build() {
+    cd go-ethereum-${pkgver}
+    
+    make all
+}
+
+package() {
+    cd go-ethereum-${pkgver}
+    
+    install -dm755 "${pkgdir}"/usr/bin
+    install -m755 build/bin/* "${pkgdir}"/usr/bin
+}



More information about the arch-commits mailing list