New package: argon2-20171227

This commit is contained in:
Piraty 2018-03-12 21:05:14 +01:00 committed by lemmi
parent 054c80ccd4
commit 10eba9b167
4 changed files with 33 additions and 0 deletions

View file

@ -3121,3 +3121,4 @@ libwayland-client++.so.0.2 libwaylandpp-2.2.0_1
libwayland-cursor++.so.0.2 libwaylandpp-2.2.0_1
libwayland-client-extra++.so.0.2 libwaylandpp-2.2.0_1
libfwup.so.1 fwupdate-10_1
libargon2.so.1 libargon2-20171227_1

30
srcpkgs/argon2/template Normal file
View file

@ -0,0 +1,30 @@
# Template file for 'argon2'
pkgname=argon2
version=20171227
revision=1
wrksrc=phc-winner-argon2-${version}
build_style=gnu-makefile
make_use_env=yes
short_desc="Password hashing function"
maintainer="Piraty <piraty1@inbox.ru>"
license="CC0 1.0 Universal, Apache 2.0"
homepage="https://github.com/P-H-C/phc-winner-argon2"
distfiles="https://github.com/P-H-C/phc-winner-argon2/archive/${version}.tar.gz"
checksum=eaea0172c1f4ee4550d1b6c9ce01aab8d1ab66b4207776aa67991eb5872fdcd8
libargon2_package() {
short_desc+="Password hashing library"
pkg_install() {
vmove "usr/lib/*.so.*"
}
}
libargon2-devel_package() {
short_desc+="Password hashing library - development files"
depends="libargon2>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}

1
srcpkgs/libargon2 Symbolic link
View file

@ -0,0 +1 @@
argon2

1
srcpkgs/libargon2-devel Symbolic link
View file

@ -0,0 +1 @@
argon2