# Description: The password hash Argon2 # URL: https://github.com/P-H-C/phc-winner-argon2 # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: name=argon2 version=20190702 release=2 source=(https://github.com/P-H-C/phc-winner-argon2/archive/$version/phc-winner-argon2-$version.tar.gz) build() { cd phc-winner-$name-$version make OPTTARGET='none' LIBRARY_REL='lib' ARGON2_VERSION="$version" make DESTDIR=$PKG OPTTARGET='none' LIBRARY_REL='lib' ARGON2_VERSION="$version" install }