mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
fscrypt: update to 0.2.9.
They fixed the issues in 32bit systems.
This commit is contained in:
parent
f17f4b93a7
commit
89f54ff0d8
1 changed files with 2 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'fscrypt'
|
||||
pkgname=fscrypt
|
||||
version=0.2.8
|
||||
version=0.2.9
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/google/fscrypt
|
||||
|
@ -12,14 +12,9 @@ maintainer="Andrea Brancaleoni <abc@pomel.me>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://github.com/google/fscrypt"
|
||||
distfiles="https://github.com/google/fscrypt/archive/v${version}.tar.gz"
|
||||
checksum=17766013a37dc29f4ee2e5ee5296b66481eef6e129c9fa855b3f3f1ff1787f36
|
||||
checksum=36f1166d9886548b0d72beeeffb9ca8fb5b28b63a42b369923bc3f0bea78bb3d
|
||||
conf_files="/etc/pam.d/fscrypt"
|
||||
|
||||
if [ "$XBPS_TARGET_WORDSIZE" = "32" ];
|
||||
then
|
||||
broken="fscrypt can't be built for 32-bit targets"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
# build and install the PAM module
|
||||
LDFLAGS= make PREFIX=/usr DESTDIR=${DESTDIR} install-pam
|
||||
|
|
Loading…
Add table
Reference in a new issue