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

# BLFS 8.2
TARBALL=argon2-$PKGVER.tar.gz
MD5SUM=0f234cc21ac6cebfe373da6afa70bb1d
SRC_URL=https://github.com/P-H-C/phc-winner-argon2/archive/20190702.tar.gz
BUNDLE=

SLACKREQ=
SLACKDESC="libargon2: libargon2 $PKGVER (Argon2 password hash library)
libargon2: 
libargon2: Argon2 is a password-hashing function that summarizes the state of 
libargon2: the art in the design of memory-hard functions and can be used to 
libargon2: hash passwords for credential storage, key derivation, or other 
libargon2: applications.
libargon2: 
libargon2: https://github.com/P-H-C/phc-winner-argon2
libargon2: 
libargon2: 
libargon2: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/*argon2* &&
	make install LIBRARY_REL=lib64 OPTTARGET=x86-64 &&
	pkg_build_slackdesc
}


