[arch-commits] Commit in encfs/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Tue May 11 11:52:56 UTC 2021
Date: Tuesday, May 11, 2021 @ 11:52:56
Author: jelle
Revision: 929981
archrelease: copy trunk to community-x86_64
Added:
encfs/repos/community-x86_64/PKGBUILD
(from rev 929980, encfs/trunk/PKGBUILD)
Deleted:
encfs/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-11 11:52:50 UTC (rev 929980)
+++ PKGBUILD 2021-05-11 11:52:56 UTC (rev 929981)
@@ -1,46 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Contributor: Sven Kauber, <celeon at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=encfs
-pkgver=1.9.5
-pkgrel=2
-pkgdesc='Encrypted filesystem in user-space'
-arch=('x86_64')
-url='https://vgough.github.io/encfs/'
-license=('LGPL')
-depends=('openssl' 'fuse2' 'tinyxml2')
-makedepends=('cmake')
-source=(https://github.com/vgough/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
-# validpgpkeys=('E583187B2E26D6EF8BF4556333C65E29813C14DF') # Valient Gough
-validpgpkeys=('FFF3E01444FED7C316A3545A895F5BC123A02740') # Jakob Unterwurzacher <jakobunt at gmail.com>
-sha256sums=('4709f05395ccbad6c0a5b40a4619d60aafe3473b1a79bafb3aa700b1f756fd63'
- 'SKIP')
-
-build() {
- cd "${srcdir}"
-
- mkdir build
- cd build
-
- cmake ../$pkgname-$pkgver \
- -DUSE_INTERNAL_TINYXML=OFF \
- -DINSTALL_LIBENCFS=ON \
- -DBUILD_SHARED_LIBS=ON \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-# check() {
-# cd "${srcdir}"/build
-#
-# make test
-# }
-
-package() {
- cd "${srcdir}"/build
-
- make DESTDIR="${pkgdir}" install
-}
Copied: encfs/repos/community-x86_64/PKGBUILD (from rev 929980, encfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-11 11:52:56 UTC (rev 929981)
@@ -0,0 +1,46 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Sven Kauber, <celeon at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=encfs
+pkgver=1.9.5
+pkgrel=4
+pkgdesc='Encrypted filesystem in user-space'
+arch=('x86_64')
+url='https://vgough.github.io/encfs/'
+license=('LGPL')
+depends=('openssl' 'fuse2' 'tinyxml2')
+makedepends=('cmake')
+source=(https://github.com/vgough/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+# validpgpkeys=('E583187B2E26D6EF8BF4556333C65E29813C14DF') # Valient Gough
+validpgpkeys=('FFF3E01444FED7C316A3545A895F5BC123A02740') # Jakob Unterwurzacher <jakobunt at gmail.com>
+sha256sums=('4709f05395ccbad6c0a5b40a4619d60aafe3473b1a79bafb3aa700b1f756fd63'
+ 'SKIP')
+
+build() {
+ cd "${srcdir}"
+
+ mkdir build
+ cd build
+
+ cmake ../$pkgname-$pkgver \
+ -DUSE_INTERNAL_TINYXML=OFF \
+ -DINSTALL_LIBENCFS=ON \
+ -DBUILD_SHARED_LIBS=ON \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+# check() {
+# cd "${srcdir}"/build
+#
+# make test
+# }
+
+package() {
+ cd "${srcdir}"/build
+
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list