[arch-commits] Commit in crypto++/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Fri Jun 25 07:38:13 UTC 2021


    Date: Friday, June 25, 2021 @ 07:38:13
  Author: alucryd
Revision: 967411

archrelease: copy trunk to community-x86_64

Added:
  crypto++/repos/community-x86_64/PKGBUILD
    (from rev 967410, crypto++/trunk/PKGBUILD)
Deleted:
  crypto++/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   96 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-25 07:38:08 UTC (rev 967410)
+++ PKGBUILD	2021-06-25 07:38:13 UTC (rev 967411)
@@ -1,48 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Baptiste Jonglez <archlinux at bitsofnetworks.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Kritoke <kritoke at gamebox.net>
-# Contributor: jlvsimoes <jlvsimoes at oninet.pt>
-
-pkgname=crypto++
-pkgver=8.5.0
-pkgrel=1
-pkgdesc='A free C++ class library of cryptographic schemes'
-arch=(x86_64)
-url=https://www.cryptopp.com/
-license=(custom)
-depends=(gcc-libs)
-makedepends=(
-  git
-  unzip
-)
-_tag=f2102243e6fdd48c0b2a393a0993cca228f20573
-source=(git+https://github.com/weidai11/cryptopp.git#tag=${_tag})
-b2sums=(SKIP)
-validpgpkeys=(B8CC19802062211A508B2F5CCE0586AF1F8E37BD) # Jeffrey Walton <noloader at gmail.com>
-
-pkgver() {
-  cd cryptopp
-  git describe --tags | sed 's/^CRYPTOPP_//; s/_/./g'
-}
-
-build() {
-  export CXXFLAGS="$CXXFLAGS -DNDEBUG -fPIC"
-  make -C cryptopp dynamic cryptest.exe libcryptopp.pc
-}
-
-check() {
-  make -C cryptopp test
-}
-
-package() {
-  make DESTDIR="${pkgdir}" PREFIX=/usr -C cryptopp install
-  install -Dm 644 cryptopp/License.txt -t "${pkgdir}"/usr/share/licenses/crypto++/
-  # Remove cryptest.exe and test files, only needed for check() and bloats the package
-  # because cryptest.exe is linked statically.
-  rm -rf "${pkgdir}"/usr/{bin,share/cryptopp}
-}
-
-# vim: ts=2 sw=2 et:

Copied: crypto++/repos/community-x86_64/PKGBUILD (from rev 967410, crypto++/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-25 07:38:13 UTC (rev 967411)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Baptiste Jonglez <archlinux at bitsofnetworks.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Kritoke <kritoke at gamebox.net>
+# Contributor: jlvsimoes <jlvsimoes at oninet.pt>
+
+pkgname=crypto++
+pkgver=8.5.0
+pkgrel=2
+pkgdesc='A free C++ class library of cryptographic schemes'
+arch=(x86_64)
+url=https://www.cryptopp.com/
+license=(custom)
+depends=(gcc-libs)
+makedepends=(
+  git
+  unzip
+)
+_tag=f2102243e6fdd48c0b2a393a0993cca228f20573
+source=(git+https://github.com/weidai11/cryptopp.git#tag=${_tag})
+b2sums=(SKIP)
+validpgpkeys=(B8CC19802062211A508B2F5CCE0586AF1F8E37BD) # Jeffrey Walton <noloader at gmail.com>
+
+pkgver() {
+  cd cryptopp
+  git describe --tags | sed 's/^CRYPTOPP_//; s/_/./g'
+}
+
+build() {
+  export CXXFLAGS="$CXXFLAGS -DNDEBUG -fPIC"
+  make PREFIX=/usr -C cryptopp dynamic cryptest.exe libcryptopp.pc
+}
+
+check() {
+  make PREFIX=/usr -C cryptopp test
+}
+
+package() {
+  make DESTDIR="${pkgdir}" PREFIX=/usr -C cryptopp install
+  install -Dm 644 cryptopp/License.txt -t "${pkgdir}"/usr/share/licenses/crypto++/
+  # Remove cryptest.exe and test files, only needed for check() and bloats the package
+  # because cryptest.exe is linked statically.
+  rm -rf "${pkgdir}"/usr/{bin,share/cryptopp}
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list