encfs/create-dev-pkg.sh

9 lines
119 B
Bash
Raw Permalink Normal View History

2016-09-09 14:23:04 +02:00
mkdir build
cd build
cmake .. $@
2016-09-09 14:23:04 +02:00
make -j4
sudo checkinstall --install=no \
--pkgname="encfs" \
--provides="encfs"