[arch-commits] Commit in cryfs/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Dec 23 09:47:34 UTC 2021
Date: Thursday, December 23, 2021 @ 09:47:34
Author: arojas
Revision: 1083037
archrelease: copy trunk to community-x86_64
Added:
cryfs/repos/community-x86_64/PKGBUILD
(from rev 1083036, cryfs/trunk/PKGBUILD)
Deleted:
cryfs/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-23 09:47:23 UTC (rev 1083036)
+++ PKGBUILD 2021-12-23 09:47:34 UTC (rev 1083037)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andy Weidenbaum <archbaum at gmail.com>
-# Contributor: kaylyn
-# Contributor: Giuseppe Calà <jiveaxe at gmail.com>
-
-pkgname=cryfs
-pkgver=0.11.0
-pkgrel=2
-pkgdesc='Cryptographic filesystem for the cloud'
-arch=(x86_64)
-depends=(fuse2 curl spdlog fmt boost-libs)
-makedepends=(cmake python boost range-v3)
-url='https://www.cryfs.org'
-license=(LGPL3)
-source=(https://github.com/cryfs/cryfs/releases/download/$pkgver/cryfs-$pkgver.tar.xz{,.asc})
-sha256sums=('5583f84f3fcbd4bdbdcc9bfe4bb10971b2fca80a67b539b340556b5de482b737'
- 'SKIP')
-validpgpkeys=(5D5EC7BC6F1443EC2AF7177A9E6C996C991D25E1) # CryFS Team <messmer at cryfs.org>
-
-prepare() {
- sed -e '/Release/d' -i doc/CMakeLists.txt # Install man page also with dafault build type
-}
-
-build() {
- cmake -B build -S . \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_TESTING=OFF \
- -DCRYFS_UPDATE_CHECKS=OFF \
- -DDEPENDENCY_CONFIG="cmake-utils/DependenciesFromLocalSystem.cmake"
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-
- install -Dm 644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
- install -Dm 644 README.md -t "$pkgdir"/usr/share/doc/$pkgname
-}
Copied: cryfs/repos/community-x86_64/PKGBUILD (from rev 1083036, cryfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-23 09:47:34 UTC (rev 1083037)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andy Weidenbaum <archbaum at gmail.com>
+# Contributor: kaylyn
+# Contributor: Giuseppe Calà <jiveaxe at gmail.com>
+
+pkgname=cryfs
+pkgver=0.11.1
+pkgrel=1
+pkgdesc='Cryptographic filesystem for the cloud'
+arch=(x86_64)
+depends=(fuse2 curl spdlog fmt boost-libs)
+makedepends=(cmake python boost range-v3)
+url='https://www.cryfs.org'
+license=(LGPL3)
+source=(https://github.com/cryfs/cryfs/releases/download/$pkgver/cryfs-$pkgver.tar.xz{,.asc})
+sha256sums=('55f139b07b9737851cc0d6e26c425a7debc2fabd2a62aa43ba56e5a33ca93ece'
+ 'SKIP')
+validpgpkeys=(5D5EC7BC6F1443EC2AF7177A9E6C996C991D25E1) # CryFS Team <messmer at cryfs.org>
+
+prepare() {
+ sed -e '/Release/d' -i doc/CMakeLists.txt # Install man page also with dafault build type
+}
+
+build() {
+ cmake -B build -S . \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_TESTING=OFF \
+ -DCRYFS_UPDATE_CHECKS=OFF \
+ -DDEPENDENCY_CONFIG="cmake-utils/DependenciesFromLocalSystem.cmake"
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+
+ install -Dm 644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
+ install -Dm 644 README.md -t "$pkgdir"/usr/share/doc/$pkgname
+}
More information about the arch-commits
mailing list