[arch-commits] Commit in scrypt/repos (6 files)

Jelle van der Waa jelle at archlinux.org
Sat Mar 4 22:21:47 UTC 2017


    Date: Saturday, March 4, 2017 @ 22:21:46
  Author: jelle
Revision: 214938

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

Added:
  scrypt/repos/community-staging-i686/
  scrypt/repos/community-staging-i686/LICENSE
    (from rev 214937, scrypt/trunk/LICENSE)
  scrypt/repos/community-staging-i686/PKGBUILD
    (from rev 214937, scrypt/trunk/PKGBUILD)
  scrypt/repos/community-staging-x86_64/
  scrypt/repos/community-staging-x86_64/LICENSE
    (from rev 214937, scrypt/trunk/LICENSE)
  scrypt/repos/community-staging-x86_64/PKGBUILD
    (from rev 214937, scrypt/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/LICENSE    |   23 +++++++++++++++++++++++
 community-staging-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-staging-x86_64/LICENSE  |   23 +++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 4 files changed, 102 insertions(+)

Copied: scrypt/repos/community-staging-i686/LICENSE (from rev 214937, scrypt/trunk/LICENSE)
===================================================================
--- community-staging-i686/LICENSE	                        (rev 0)
+++ community-staging-i686/LICENSE	2017-03-04 22:21:46 UTC (rev 214938)
@@ -0,0 +1,23 @@
+Copyright 2009 Colin Percival
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.

Copied: scrypt/repos/community-staging-i686/PKGBUILD (from rev 214937, scrypt/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-03-04 22:21:46 UTC (rev 214938)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Oliver Herold <oliver - at - akephalos - dot - de>
+
+pkgname=scrypt
+pkgver=1.2.1
+pkgrel=3
+pkgdesc="key derivation function and encryption utility"
+arch=('i686' 'x86_64')
+depends=(openssl)
+url="https://www.tarsnap.com/scrypt/"
+license=('BSD')
+source=(https://www.tarsnap.com/scrypt/scrypt-$pkgver.tgz
+        LICENSE)
+sha256sums=('4621f5e7da2f802e20850436219370092e9fcda93bd598f6d4236cce33f4c577'
+            'b02ea12e4a5a42008daedb8b871a1b6f2e062c743b2c00c5d077f8d6bb95145b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: scrypt/repos/community-staging-x86_64/LICENSE (from rev 214937, scrypt/trunk/LICENSE)
===================================================================
--- community-staging-x86_64/LICENSE	                        (rev 0)
+++ community-staging-x86_64/LICENSE	2017-03-04 22:21:46 UTC (rev 214938)
@@ -0,0 +1,23 @@
+Copyright 2009 Colin Percival
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.

Copied: scrypt/repos/community-staging-x86_64/PKGBUILD (from rev 214937, scrypt/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-03-04 22:21:46 UTC (rev 214938)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Oliver Herold <oliver - at - akephalos - dot - de>
+
+pkgname=scrypt
+pkgver=1.2.1
+pkgrel=3
+pkgdesc="key derivation function and encryption utility"
+arch=('i686' 'x86_64')
+depends=(openssl)
+url="https://www.tarsnap.com/scrypt/"
+license=('BSD')
+source=(https://www.tarsnap.com/scrypt/scrypt-$pkgver.tgz
+        LICENSE)
+sha256sums=('4621f5e7da2f802e20850436219370092e9fcda93bd598f6d4236cce33f4c577'
+            'b02ea12e4a5a42008daedb8b871a1b6f2e062c743b2c00c5d077f8d6bb95145b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list