[arch-commits] Commit in (4 files)

Nicola Squartini tensor5 at archlinux.org
Thu Feb 15 15:51:31 UTC 2018


    Date: Thursday, February 15, 2018 @ 15:51:30
  Author: tensor5
Revision: 294716

Rename geth to go-ethereum and update to 1.8.0-1

Added:
  go-ethereum/
  go-ethereum/repos/
  go-ethereum/trunk/
  go-ethereum/trunk/PKGBUILD

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

Added: go-ethereum/trunk/PKGBUILD
===================================================================
--- go-ethereum/trunk/PKGBUILD	                        (rev 0)
+++ go-ethereum/trunk/PKGBUILD	2018-02-15 15:51:30 UTC (rev 294716)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=go-ethereum
+pkgver=1.8.0
+_commit=5f54075760748ae7f249bf735565924ea885c477
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go-pie')
+provides=('geth')
+conflicts=('geth')
+replaces=('geth')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+    cd ${pkgname}
+
+    make all
+}
+
+package() {
+    cd ${pkgname}
+
+    install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


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



More information about the arch-commits mailing list