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

# source: james
TARBALL=aov-sodium-$PKGVER.tar.gz
MD5SUM=c9f82c6a905723ab7b743dd959f24665
SRC_URL=http://triptico.com/download/aov-sodium.tar.gz
BUNDLE=

SLACKREQ='' # 
SLACKDESC="aov-sodium: aov-sodium $PKGVER (File encryption)
aov-sodium: 
aov-sodium: A tool for asymmetric encryption of files using libsodium.
aov-sodium: 
aov-sodium: https://triptico.com/software/aov-sodium.html
aov-sodium: 
aov-sodium: 
aov-sodium: 
aov-sodium: 
aov-sodium: 
aov-sodium: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/aov-sodium*
	make && make install PREFIX=/usr/bin &&
	pkg_build_slackdesc
}
