core: Added cryptsetup

This commit is contained in:
Dylan Araps 2019-06-23 09:12:25 +03:00
parent 8396663b79
commit b217319c11
6 changed files with 13 additions and 0 deletions

8
core/cryptsetup/build Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-static-cryptsetup
make
make DESTDIR="$1" install

View File

@ -0,0 +1 @@
a3eeb2741f8f3376d16585191f3c60e067dd987e096c3c4b073fab7748b1c897 cryptsetup-2.1.0.tar.xz

1
core/cryptsetup/depends Normal file
View File

@ -0,0 +1 @@
lvm2

1
core/cryptsetup/licenses Normal file
View File

@ -0,0 +1 @@
GPL-2.0-or-later

1
core/cryptsetup/sources Normal file
View File

@ -0,0 +1 @@
https://www.kernel.org/pub/linux/utils/cryptsetup/v2.1/cryptsetup-2.1.0.tar.xz

1
core/cryptsetup/version Normal file
View File

@ -0,0 +1 @@
2.1.0 1