description="A password-hashing function (reference C implementation)"
url="https://github.com/P-H-C/phc-winner-argon2"

packager="Grat-OS Team"
maintainer="rems"

name=argon2
version=20190702

source=(https://github.com/P-H-C/phc-winner-argon2/archive/${version}/${name}-${version}.tar.gz)

build() {
cd phc-winner-$name-$version

make OPTTARGET='none' LIBRARY_REL='lib'
make OPTTARGET='none' LIBRARY_REL='lib' DESTDIR="$PKG" install
}
