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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 15:59:38 UTC 2020


    Date: Tuesday, July 7, 2020 @ 15:59:38
  Author: felixonmars
Revision: 659065

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: scrypt/repos/community-staging-x86_64/PKGBUILD (from rev 659062, scrypt/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 15:59:38 UTC (rev 659065)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Oliver Herold <oliver - at - akephalos - dot - de>
+
+pkgname=scrypt
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='key derivation function and encryption utility'
+arch=('x86_64')
+depends=('openssl')
+url='https://www.tarsnap.com/scrypt/'
+license=('BSD')
+source=(https://www.tarsnap.com/scrypt/scrypt-${pkgver}.tgz)
+sha512sums=('199f58adb5231f1ad585dbe8f64d6c54920cee201bd7703bcfc7e64917bf8647f9e35b3835b78c41210fd9af5223a79938f2495e4b48e6a62bfe8721d82492c2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list