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

Levente Polyak anthraxx at gemini.archlinux.org
Wed Aug 4 00:29:45 UTC 2021


    Date: Wednesday, August 4, 2021 @ 00:29:45
  Author: anthraxx
Revision: 993598

archrelease: copy trunk to community-x86_64

Added:
  sequoia-sop/repos/community-x86_64/
  sequoia-sop/repos/community-x86_64/PKGBUILD
    (from rev 993597, sequoia-sop/trunk/PKGBUILD)

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

Copied: sequoia-sop/repos/community-x86_64/PKGBUILD (from rev 993597, sequoia-sop/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2021-08-04 00:29:45 UTC (rev 993598)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=sequoia-sop
+pkgver=0.24.0
+pkgrel=1
+pkgdesc='Implementation of the Stateless OpenPGP Interface using Sequoia'
+url='https://sequoia-pgp.org/'
+arch=('x86_64')
+license=('GPL2')
+groups=('sequoia')
+depends=('glibc' 'nettle' 'libnettle.so' 'nettle' 'libhogweed.so' 'libnettle.so'
+         'bzip2' 'libbz2.so' 'gcc-libs' 'gmp')
+makedepends=('git' 'cargo' 'clang')
+source=(sequoia-sop::"git+https://gitlab.com/sequoia-pgp/sequoia-sop.git#tag=v${pkgver}?signed")
+sha512sums=('SKIP')
+validpgpkeys=(
+  D2F2C5D45BE9FDE6A4EE0AAF31855247603831FD # justus at sequoia-pgp.org
+  CBCD8F030588653EEDD7E2659B7DD433F254904A # justus at sequoia-pgp.org
+)
+
+build() {
+  cd ${pkgname}
+  cargo build --release --locked --features 'cli crypto-nettle compression'
+}
+
+check() {
+  cd ${pkgname}
+  cargo test --release --locked --features 'cli crypto-nettle compression'
+}
+
+package() {
+  cd ${pkgname}
+  install -Dm 755 target/release/sqop -t "${pkgdir}/usr/bin"
+  install -Dm 644 man-sqop/*.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list