[arch-commits] Commit in sequoia-sq/repos/community-x86_64 (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at gemini.archlinux.org
Thu Nov 4 19:02:27 UTC 2021
Date: Thursday, November 4, 2021 @ 19:02:27
Author: anthraxx
Revision: 1036969
archrelease: copy trunk to community-x86_64
Added:
sequoia-sq/repos/community-x86_64/PKGBUILD
(from rev 1036968, sequoia-sq/trunk/PKGBUILD)
Deleted:
sequoia-sq/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 50 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-04 19:02:23 UTC (rev 1036968)
+++ PKGBUILD 2021-11-04 19:02:27 UTC (rev 1036969)
@@ -1,44 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=sequoia-sq
-pkgver=0.25.0
-pkgrel=1
-pkgdesc='Command-line frontends for Sequoia'
-url='https://sequoia-pgp.org/'
-arch=('x86_64')
-license=('GPL2')
-groups=('sequoia')
-replaces=('sequoia')
-depends=('glibc' 'nettle' 'libnettle.so' 'nettle' 'libhogweed.so' 'libnettle.so'
- 'bzip2' 'libbz2.so' 'gcc-libs' 'gmp' 'openssl')
-makedepends=('git' 'cargo' 'clang')
-source=(sequoia::"git+https://gitlab.com/sequoia-pgp/sequoia.git#tag=sq/v${pkgver}?signed")
-sha512sums=('SKIP')
-validpgpkeys=(
- D2F2C5D45BE9FDE6A4EE0AAF31855247603831FD # justus at sequoia-pgp.org
- CBCD8F030588653EEDD7E2659B7DD433F254904A # justus at sequoia-pgp.org
-)
-
-build() {
- cd sequoia/sq
- export CARGO_TARGET_DIR=../target
- cargo build --release --locked --features 'crypto-nettle compression net autocrypt'
-}
-
-check() {
- cd sequoia/sq
- cargo test --release --locked --features 'crypto-nettle compression net autocrypt'
-}
-
-package() {
- cd sequoia
- install -Dm 755 target/release/sq -t "${pkgdir}/usr/bin"
-
- install -Dm 644 target/sq.bash "${pkgdir}/usr/share/bash-completion/completions/sq"
- install -Dm 644 target/_sq -t "${pkgdir}/usr/share/zsh/site-functions"
- install -Dm 644 target/sq.fish -t "${pkgdir}/usr/share/fish/vendor_completions.d"
-
- install -Dm 644 sq/man-sq-net-autocrypt/*.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:
Copied: sequoia-sq/repos/community-x86_64/PKGBUILD (from rev 1036968, sequoia-sq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-04 19:02:27 UTC (rev 1036969)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=sequoia-sq
+pkgver=0.25.0
+pkgrel=2
+pkgdesc='Command-line frontends for Sequoia'
+url='https://sequoia-pgp.org/'
+arch=('x86_64')
+license=('GPL2')
+groups=('sequoia')
+replaces=('sequoia')
+depends=('glibc' 'nettle' 'libnettle.so' 'libhogweed.so'
+ 'bzip2' 'libbz2.so' 'gcc-libs' 'gmp' 'openssl')
+makedepends=('git' 'cargo' 'clang')
+source=(sequoia::"git+https://gitlab.com/sequoia-pgp/sequoia.git#tag=sq/v${pkgver}?signed")
+sha512sums=('SKIP')
+validpgpkeys=(
+ D2F2C5D45BE9FDE6A4EE0AAF31855247603831FD # justus at sequoia-pgp.org
+ CBCD8F030588653EEDD7E2659B7DD433F254904A # justus at sequoia-pgp.org
+)
+
+prepare() {
+ cd sequoia
+ # sq: When merging keyrings, produce output in a reproducible order
+ git cherry-pick -n 8b0506f8b1570b34ccec908ed4fa3797cbe9222f
+}
+
+build() {
+ cd sequoia/sq
+ export CARGO_TARGET_DIR=../target
+ cargo build --release --locked --features 'crypto-nettle compression net autocrypt'
+}
+
+check() {
+ cd sequoia/sq
+ cargo test --release --locked --features 'crypto-nettle compression net autocrypt'
+}
+
+package() {
+ cd sequoia
+ install -Dm 755 target/release/sq -t "${pkgdir}/usr/bin"
+
+ install -Dm 644 target/sq.bash "${pkgdir}/usr/share/bash-completion/completions/sq"
+ install -Dm 644 target/_sq -t "${pkgdir}/usr/share/zsh/site-functions"
+ install -Dm 644 target/sq.fish -t "${pkgdir}/usr/share/fish/vendor_completions.d"
+
+ install -Dm 644 sq/man-sq-net-autocrypt/*.1 -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list