[arch-commits] Commit in go-ethereum/repos (2 files)

Nicola Squartini tensor5 at archlinux.org
Thu Feb 15 15:52:27 UTC 2018


    Date: Thursday, February 15, 2018 @ 15:52:26
  Author: tensor5
Revision: 294717

archrelease: copy trunk to community-x86_64

Added:
  go-ethereum/repos/community-x86_64/
  go-ethereum/repos/community-x86_64/PKGBUILD
    (from rev 294716, go-ethereum/trunk/PKGBUILD)

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

Copied: go-ethereum/repos/community-x86_64/PKGBUILD (from rev 294716, go-ethereum/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-02-15 15:52:26 UTC (rev 294717)
@@ -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/*
+}



More information about the arch-commits mailing list