### this file is sourced not run
PKGVER=1.9.5
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=encfs-$PKGVER.tar.gz
MD5SUM=0244c6a6c0399a068c02ea078ce393d1
SRC_URL=https://github.com/vgough/encfs/releases/download/v$PKGVER/$TARBALL
BUNDLE=

SLACKREQ='openssl libfuse libboost-common' # libboost - compile-time only
SLACKDESC="encfs: encfs $PKGVER (Encrypted Filesystem)  
encfs:  
encfs: EncFS provides an encrypted filesystem in user-space. It runs without 
encfs: any special permissions and uses the FUSE library and Linux kernel 
encfs: module to provide the filesystem interface. As with most encrypted 
encfs: filesystems, Encfs is meant to provide security against off-line 
encfs: attacks; ie your notebook or backups fall into the wrong hands, etc. 
encfs: Encfs works on files at a time, not an entire block device.  
encfs: 
encfs: 
encfs: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### default pkg_build
pkg_build() {
	pkg_build_cmake &&
	pkg_build_slackdesc &&
	rm -rf /root/.cmake
}

