[arch-commits] Commit in (geth geth/repos geth/trunk geth/trunk/PKGBUILD)

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


    Date: Sunday, October 30, 2016 @ 18:21:35
  Author: tensor5
Revision: 194041

addpkg: geth 1.4.18-1

Added:
  geth/
  geth/repos/
  geth/trunk/
  geth/trunk/PKGBUILD

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

Added: geth/trunk/PKGBUILD
===================================================================
--- geth/trunk/PKGBUILD	                        (rev 0)
+++ geth/trunk/PKGBUILD	2016-10-30 18:21:35 UTC (rev 194041)
@@ -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
+}


Property changes on: geth/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list