mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 07:23:16 +01:00
9 lines
119 B
Bash
Executable File
9 lines
119 B
Bash
Executable File
mkdir build
|
|
cd build
|
|
cmake .. $@
|
|
make -j4
|
|
sudo checkinstall --install=no \
|
|
--pkgname="encfs" \
|
|
--provides="encfs"
|
|
|