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

Nicola Squartini tensor5 at archlinux.org
Wed Mar 29 13:38:52 UTC 2017


    Date: Wednesday, March 29, 2017 @ 13:38:51
  Author: tensor5
Revision: 219834

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

Added:
  parity/repos/testing-i686/
  parity/repos/testing-i686/PKGBUILD
    (from rev 219833, parity/trunk/PKGBUILD)
  parity/repos/testing-x86_64/
  parity/repos/testing-x86_64/PKGBUILD
    (from rev 219833, parity/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: parity/repos/testing-i686/PKGBUILD (from rev 219833, parity/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-03-29 13:38:51 UTC (rev 219834)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=parity
+pkgver=1.6.5
+_commit=987390fb7d9f42a97c34aba254a8b9d8efd461d7
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('i686' 'x86_64')
+url='https://parity.io/'
+license=('GPL3')
+depends=('libsystemd' 'openssl')
+makedepends=('cargo' 'git' 'systemd')
+source=("git+https://github.com/paritytech/parity.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+    cd ${pkgname}
+
+    cargo build --release
+}
+
+package() {
+    cd ${pkgname}
+
+    install -Dm755 -t "${pkgdir}"/usr/bin target/release/parity
+    install -Dm644 -t "${pkgdir}"/usr/lib/systemd/system scripts/parity.service
+}

Copied: parity/repos/testing-x86_64/PKGBUILD (from rev 219833, parity/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-03-29 13:38:51 UTC (rev 219834)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=parity
+pkgver=1.6.5
+_commit=987390fb7d9f42a97c34aba254a8b9d8efd461d7
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('i686' 'x86_64')
+url='https://parity.io/'
+license=('GPL3')
+depends=('libsystemd' 'openssl')
+makedepends=('cargo' 'git' 'systemd')
+source=("git+https://github.com/paritytech/parity.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+    cd ${pkgname}
+
+    cargo build --release
+}
+
+package() {
+    cd ${pkgname}
+
+    install -Dm755 -t "${pkgdir}"/usr/bin target/release/parity
+    install -Dm644 -t "${pkgdir}"/usr/lib/systemd/system scripts/parity.service
+}



More information about the arch-commits mailing list